A new version, that no longer tries to move all null parts to the end
of a segment. It also uses the "object" library to read and write ACK- object files and libraries.
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
#ifdef NDEBUG
|
||||
|
||||
#define debug(s, a1, a2, a3, a4) dummy()
|
||||
#define debug(s, a1, a2, a3, a4)
|
||||
|
||||
#else
|
||||
extern int DEB;
|
||||
|
||||
#define debug(s, a1, a2, a3, a4) printf(s, a1, a2, a3, a4)
|
||||
#define debug(s, a1, a2, a3, a4) (DEB && printf(s, a1, a2, a3, a4))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user