diff options
| author | Richard M. Stallman | 1994-09-24 05:09:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 05:09:47 +0000 |
| commit | a6b512bf8118600f682a3966bf4a5f0f45d73b7c (patch) | |
| tree | d44ad6b77e223f59228a6a7c7d93b9029e61cff9 /src | |
| parent | b9952c29002c4e4d05f3332cd5916830bf51b6ee (diff) | |
| download | emacs-a6b512bf8118600f682a3966bf4a5f0f45d73b7c.tar.gz emacs-a6b512bf8118600f682a3966bf4a5f0f45d73b7c.zip | |
(STACK_DIRECTION): Don't redefine if defined already.
Move definition down past #include's.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 95c9993a75f..004e7620c1b 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -119,7 +119,6 @@ and this notice must be preserved on all copies. */ | |||
| 119 | #undef HAVE_LONG_FILE_NAMES | 119 | #undef HAVE_LONG_FILE_NAMES |
| 120 | 120 | ||
| 121 | #undef CRAY_STACKSEG_END | 121 | #undef CRAY_STACKSEG_END |
| 122 | #undef STACK_DIRECTION | ||
| 123 | 122 | ||
| 124 | #undef UNEXEC_SRC | 123 | #undef UNEXEC_SRC |
| 125 | 124 | ||
| @@ -250,6 +249,11 @@ typedef unsigned long EMACS_UINT; | |||
| 250 | "-I/..." or something similar. */ | 249 | "-I/..." or something similar. */ |
| 251 | #undef C_SWITCH_X_SITE | 250 | #undef C_SWITCH_X_SITE |
| 252 | 251 | ||
| 252 | /* Define STACK_DIRECTION here, but not if m/foo.h did. */ | ||
| 253 | #ifndef STACK_DIRECTION | ||
| 254 | #undef STACK_DIRECTION | ||
| 255 | #endif | ||
| 256 | |||
| 253 | /* Define the return type of signal handlers if the s-xxx file | 257 | /* Define the return type of signal handlers if the s-xxx file |
| 254 | did not already do so. */ | 258 | did not already do so. */ |
| 255 | #define RETSIGTYPE void | 259 | #define RETSIGTYPE void |