From 3e8c1a2a8e7db49b06f602c2fc5a8108d74dd384 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 24 Mar 2009 17:27:47 -0700 Subject: Remove ifdef checks for macII left over from ancient A/UX 3.0 support Signed-off-by: Alan Coopersmith --- def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'def.h') 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 -#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); -- cgit v1.2.1