# HG changeset patch # User Richard M. Stallman # Date 797537467 0 # Node ID 9a4d9102876b1d86166c83c20ff7725f8c7934f9 # Parent 18c571c257aa926ddac69a0fe9044cebd18074a8 Don't include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h. diff -r 18c571c257aa -r 9a4d9102876b src/s/osf1.h --- 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 -#include -extern void *malloc (), *realloc (); -extern long *xmalloc (), *xrealloc (); -#endif -#endif