changeset 11360:9a4d9102876b

Don't include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 18:11:07 +0000
parents 18c571c257aa
children 48baf159de5c
files src/s/osf1.h
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/osf1.h	Mon Apr 10 16:45:47 1995 +0000
+++ b/src/s/osf1.h	Mon Apr 10 18:11:07 1995 +0000
@@ -20,16 +20,3 @@
 #define INTERRUPTIBLE_IO
 
 #define SYSV_SYSTEM_DIR
-
-/* Declare malloc and realloc in a way that is clean.
-   But not in makefiles!  */
-
-#ifndef NOT_C_CODE
-#ifndef THIS_IS_YMAKEFILE
-/* We need these because pointers are larger than the default ints.  */
-#include <alloca.h>
-#include <string.h>
-extern void *malloc (), *realloc ();
-extern long *xmalloc (), *xrealloc ();
-#endif
-#endif