We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030d29a commit 6bfde5dCopy full SHA for 6bfde5d
cutil/cutil.h
@@ -56,7 +56,7 @@ Import original HP distribution
56
57
#define CHARS_PER_LINE 500
58
59
-#if defined(__STDC__) || defined(__cplusplus) || MAC_OR_DOS
+#if defined(__STDC__) || defined(__cplusplus)
60
# define _ARGS(s) s
61
#else
62
# define _ARGS(s) ()
cutil/oldlist.cpp
@@ -85,9 +85,6 @@
85
#include "oldlist.h"
86
#include "structures.h"
87
#include <stdio.h>
88
-#if MAC_OR_DOS
89
-#include <stdlib.h>
90
-#endif
91
92
/*----------------------------------------------------------------------
93
M a c r o s
0 commit comments