1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

Don't include alloca.h, string.h here.

(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.
This commit is contained in:
Richard M. Stallman 1995-04-10 18:11:07 +00:00
parent b97089fa54
commit e9d62abbc8

View file

@ -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