projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9952c2
)
(STACK_DIRECTION): Don't redefine if defined already.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 05:09:47 +0000
(
05:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 05:09:47 +0000
(
05:09
+0000)
Move definition down past #include's.
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 95c9993a75fea0874022497ddc95d0c725d1511d..004e7620c1be62bc28c920ee06ba71b12251682f 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-119,7
+119,6
@@
and this notice must be preserved on all copies. */
#undef HAVE_LONG_FILE_NAMES
#undef CRAY_STACKSEG_END
-#undef STACK_DIRECTION
#undef UNEXEC_SRC
@@
-250,6
+249,11
@@
typedef unsigned long EMACS_UINT;
"-I/..." or something similar. */
#undef C_SWITCH_X_SITE
+/* Define STACK_DIRECTION here, but not if m/foo.h did. */
+#ifndef STACK_DIRECTION
+#undef STACK_DIRECTION
+#endif
+
/* Define the return type of signal handlers if the s-xxx file
did not already do so. */
#define RETSIGTYPE void