baf5b74da2
of a segment. It also uses the "object" library to read and write ACK- object files and libraries.
13 lines
164 B
C
13 lines
164 B
C
/* $Header$ */
|
|
|
|
#ifdef NDEBUG
|
|
|
|
#define debug(s, a1, a2, a3, a4)
|
|
|
|
#else
|
|
extern int DEB;
|
|
|
|
#define debug(s, a1, a2, a3, a4) (DEB && printf(s, a1, a2, a3, a4))
|
|
|
|
#endif
|