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

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

unix.superglobalmegacorp.com

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