]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use #error.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Dec 2002 11:40:32 +0000 (11:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Dec 2002 11:40:32 +0000 (11:40 +0000)
src/alloca.c

index 3cea2744149688eb897155f40841ca950d83d609..c03404b607e9547e8d4799391240c5339fc45ef3 100644 (file)
    in order to make unexec workable
    */
 #    ifndef STACK_DIRECTION
-#     error "Must know STACK_DIRECTION at compile-time"
+you
+lose
+-- must know STACK_DIRECTION at compile-time
+/* Using #error here is not wise since this file is for
+   old and obscure compilers.  */
 #    endif /* STACK_DIRECTION undefined */
 #   endif /* static */
 #  endif /* emacs */