File:  [Net/2] / Net2 / netiso / xebec / debug.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:17:50 2018 UTC (8 years, 3 months ago) by root
Branches: NetBSD, MAIN, CSRG
CVS tags: NetBSD09, HEAD
NetBSD 0.9

/* debug.h,v 1.2 1993/05/20 05:28:20 cgd Exp */

#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


unix.superglobalmegacorp.com

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