Debug, DEBUGGING and stuff

Erik Sigra sigra@home.se
Wed Feb 21 01:09:00 GMT 2001


>From misc.h:
/* If the debug flag is not a macro, then declare it as a global. */
#ifndef Debug
extern int Debug;
#endif

What is the rationale for having this stuff? Why have global and macro? Why 
have both DEBUGGING and Debug? Is there an overview of how this debug stuff 
is designed?



More information about the Xconq7 mailing list