Annotation of Net2/netiso/xebec/debug.h, revision 1.1.1.3

1.1.1.3 ! root        1: /* debug.h,v 1.2 1993/05/20 05:28:20 cgd Exp */
1.1       root        2: 
                      3: #define OUT stdout
                      4: 
                      5: extern int     debug[128];
                      6: 
                      7: #ifdef DEBUG
                      8: extern int column;
                      9: 
                     10: #define IFDEBUG(letter) \
                     11:        if(debug['letter']) { 
                     12: #define ENDDEBUG  ; (void) fflush(stdout);}
                     13: 
                     14: #else 
                     15: 
                     16: #define STAR *
                     17: #define IFDEBUG(letter)         //*beginning of comment*/STAR
                     18: #define ENDDEBUG        STAR/*end of comment*//
                     19: 
                     20: #endif DEBUG
                     21: 

unix.superglobalmegacorp.com

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