summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/makestrs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/makestrs.c b/util/makestrs.c
index 3551cc1..902d461 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -30,9 +30,6 @@ in this Software without prior written authorization from The Open Group.
#include <X11/Xos.h>
#include <stdlib.h>
#include <unistd.h>
-#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
-char *malloc();
-#endif /* macII */
typedef struct _TableEnt {
struct _TableEnt* next;