diff options
| author | Richard M. Stallman | 1994-07-25 18:39:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-25 18:39:55 +0000 |
| commit | 4622fe48fc0e06e0ac612b1b9bdb3ce826e62f4a (patch) | |
| tree | 747532ce55a3f2d2d607db59afb8912d5e881ad0 /src | |
| parent | a17c29e05e587d07b755d96d9cba924036bc7f91 (diff) | |
| download | emacs-4622fe48fc0e06e0ac612b1b9bdb3ce826e62f4a.tar.gz emacs-4622fe48fc0e06e0ac612b1b9bdb3ce826e62f4a.zip | |
Add #undef alloca.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1e00ed1ad5a..643a54d2501 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -58,6 +58,12 @@ SHELL=/bin/sh | |||
| 58 | #define NOT_C_CODE | 58 | #define NOT_C_CODE |
| 59 | #include "config.h" | 59 | #include "config.h" |
| 60 | 60 | ||
| 61 | /* We won't really call alloca; | ||
| 62 | don't let the file name alloca.c get messed up. */ | ||
| 63 | #ifdef alloca | ||
| 64 | #undef alloca | ||
| 65 | #endif | ||
| 66 | |||
| 61 | /* Use HAVE_X11 as an alias for X11 in this file | 67 | /* Use HAVE_X11 as an alias for X11 in this file |
| 62 | to avoid problems with X11 as a subdirectory name | 68 | to avoid problems with X11 as a subdirectory name |
| 63 | in -I and other such options which pass through this file. */ | 69 | in -I and other such options which pass through this file. */ |