summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-03-24 17:27:47 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-24 19:52:15 -0700
commit3e8c1a2a8e7db49b06f602c2fc5a8108d74dd384 (patch)
treef4ee159bb4f3f89463cb5294f4f8d77131de377a
parente3bc51e4ea2dce1901c4f7ce43df2f456ececdcf (diff)
Remove ifdef checks for macII left over from ancient A/UX 3.0 support
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-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);