From: Richard M. Stallman Date: Mon, 10 Apr 1995 18:11:07 +0000 (+0000) Subject: Don't include alloca.h, string.h here. X-Git-Tag: emacs-19.34~4498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9d62abbc8f6d965d1fbe4f78ae63bdadae03cef;p=emacs.git Don't include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h. --- diff --git a/src/s/osf1.h b/src/s/osf1.h index bf6fb02f027..51a8632d5db 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h @@ -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