]> code.delx.au - gnu-emacs/commitdiff
Don't include alloca.h, string.h here.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 18:11:07 +0000 (18:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 18:11:07 +0000 (18:11 +0000)
(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.

src/s/osf1.h

index bf6fb02f027261484059f2babd2479141b006089..51a8632d5db5ba8127989cb0c1db8ce91f43454c 100644 (file)
 #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