Annotation of 42BSD/usr.bin/lint/bug.c, revision 1.1

1.1     ! root        1: typedef struct  exprnode {
        !             2:        union {
        !             3:                short value;
        !             4:                char *symb;
        !             5:        } val;
        !             6:        char    isleaf;
        !             7:        char    issymb;
        !             8:        EXPR *lbra;
        !             9:        EXPR *rbra;
        !            10: } EXPR
        !            11: 
        !            12: typedef struct instrline {
        !            13:        short tok;
        !            14:        short bitskel;
        !            15:        short arg1;
        !            16:        union {
        !            17:                short reg;
        !            18:                EXPR *expr;
        !            19:        } arg2;
        !            20: } INST

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.