Annotation of 43BSD/old/sdb/mac.h, revision 1.1

1.1     ! root        1: /* "@(#)mac.h 4.3 12/24/82" */
        !             2: #
        !             3: /*
        !             4:  *     UNIX debugger
        !             5:  */
        !             6: 
        !             7: #define TYPE   typedef
        !             8: #define STRUCT struct
        !             9: #define UNION  union
        !            10: #define REG    register
        !            11: 
        !            12: #define BEGIN  {
        !            13: #define END    }
        !            14: 
        !            15: #define IF     if(
        !            16: #define THEN   ){
        !            17: #define ELSE   } else {
        !            18: #define ELIF   } else if (
        !            19: #define FI     }
        !            20: 
        !            21: #define FOR    for(
        !            22: #define WHILE  while(
        !            23: #define DO     ){
        !            24: #define OD     }
        !            25: #define REP    do{
        !            26: #define PER    }while(
        !            27: #undef DONE
        !            28: #define DONE   );
        !            29: #define LOOP   for(;;){
        !            30: #define POOL   }
        !            31: 
        !            32: #define SKIP   ;
        !            33: #define DIV    /
        !            34: #define REM    %
        !            35: #define NEQ    ^
        !            36: #define ANDF   &&
        !            37: #define ORF    ||
        !            38: 
        !            39: #define TRUE    (-1)
        !            40: #define FALSE  0
        !            41: #define LOBYTE 0377
        !            42: #define HIBYTE 0177400
        !            43: #define STRIP  0177
        !            44: #define HEXMSK 017
        !            45: 
        !            46: #define SP     ' '
        !            47: #define TB     '\t'
        !            48: #define NL     '\n'
        !            49: 
        !            50: #define SCCSID(arg) static char Sccsid[] = "arg"

unix.superglobalmegacorp.com

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