diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 17:27:47 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 19:52:15 -0700 |
commit | 3e8c1a2a8e7db49b06f602c2fc5a8108d74dd384 (patch) | |
tree | f4ee159bb4f3f89463cb5294f4f8d77131de377a | |
parent | e3bc51e4ea2dce1901c4f7ce43df2f456ececdcf (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |