This is debug.h in view mode; [Download] [Up]
/* * Here's some stuff for debugging dvips. */ #ifdef DEBUG #define dd(darg) ((darg)&debug_flag) #define D_SPECIAL (1<<0) #define D_PATHS (1<<1) #define D_FONTS (1<<2) #define D_PAGE (1<<3) #define D_HEADER (1<<4) #define D_COMPRESS (1<<5) #define D_FILES (1<<6) #define D_MEM (1<<7) #endif /* DEBUG */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.