summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/def.h b/def.h
index 51ee2b8..3b3ee60 100644
--- a/def.h
+++ b/def.h
@@ -139,9 +139,6 @@ struct filepointer {
};
#include <stdlib.h>
-#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
-char *malloc(), *realloc();
-#endif /* macII */
char *copy(char *str);
int match(char *str, char **list);