Net2/usr/src/sys/netiso/xebec/debug.h

Compare this file to the similar file:
Show the results in this format:

/* $Header: debug.h,v 2.1 88/09/19 12:56:16 nhall Exp $ */
/* $Source: /var/home/tadl/src/argo/xebec/RCS/debug.h,v $ */

#define OUT stdout

extern int	debug[128];

#ifdef DEBUG
extern int column;

#define IFDEBUG(letter) \
	if(debug['letter']) { 
#define ENDDEBUG  ; (void) fflush(stdout);}

#else 

#define STAR *
#define IFDEBUG(letter)	 //*beginning of comment*/STAR
#define ENDDEBUG	 STAR/*end of comment*//

#endif DEBUG