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:
parent
b97089fa54
commit
e9d62abbc8
1 changed files with 0 additions and 13 deletions
13
src/s/osf1.h
13
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 <alloca.h>
|
||||
#include <string.h>
|
||||
extern void *malloc (), *realloc ();
|
||||
extern long *xmalloc (), *xrealloc ();
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue