mirror of
https://github.com/thug1src/thug.git
synced 2024-12-04 05:46:46 +00:00
14 lines
190 B
C
14 lines
190 B
C
|
#if 0
|
||
|
#define PRINTF(x) printf x
|
||
|
#else
|
||
|
#define PRINTF(x)
|
||
|
#endif
|
||
|
#define ERROR(x) printf x
|
||
|
#define xPRINTF(x)
|
||
|
|
||
|
#define BASE_priority 32
|
||
|
|
||
|
#define OLDLIB 0
|
||
|
#define TRANS_CH 0
|
||
|
|