]> git.eshelyaron.com Git - emacs.git/commitdiff
(STACK_DIRECTION): Don't redefine if defined already.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 05:09:47 +0000 (05:09 +0000)
committerRichard 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

index 95c9993a75fea0874022497ddc95d0c725d1511d..004e7620c1be62bc28c920ee06ba71b12251682f 100644 (file)
@@ -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