diff options
| author | Richard M. Stallman | 1995-04-10 18:11:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 18:11:07 +0000 |
| commit | e9d62abbc8f6d965d1fbe4f78ae63bdadae03cef (patch) | |
| tree | aa9d1df136a1b050a868398ca78e22f1d354e543 /src/s | |
| parent | b97089fa54c3d21a2d90fd9698ed349351568dc9 (diff) | |
| download | emacs-e9d62abbc8f6d965d1fbe4f78ae63bdadae03cef.tar.gz emacs-e9d62abbc8f6d965d1fbe4f78ae63bdadae03cef.zip | |
Don't include alloca.h, string.h here.
(malloc. realloc, xmalloc, xrealloc): Declarations moved to m/alpha.h.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/osf1.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ | |||
| 20 | #define INTERRUPTIBLE_IO | 20 | #define INTERRUPTIBLE_IO |
| 21 | 21 | ||
| 22 | #define SYSV_SYSTEM_DIR | 22 | #define SYSV_SYSTEM_DIR |
| 23 | |||
| 24 | /* Declare malloc and realloc in a way that is clean. | ||
| 25 | But not in makefiles! */ | ||
| 26 | |||
| 27 | #ifndef NOT_C_CODE | ||
| 28 | #ifndef THIS_IS_YMAKEFILE | ||
| 29 | /* We need these because pointers are larger than the default ints. */ | ||
| 30 | #include <alloca.h> | ||
| 31 | #include <string.h> | ||
| 32 | extern void *malloc (), *realloc (); | ||
| 33 | extern long *xmalloc (), *xrealloc (); | ||
| 34 | #endif | ||
| 35 | #endif | ||