home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d795
/
pstools.lha
/
PSTools
/
PSTools1.lha
/
source
/
debug.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-14
|
385 b
|
20 lines
/*
* 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 fopen my_real_fopen
extern FILE *my_real_fopen() ;
#endif /* DEBUG */