# HG changeset patch # User Richard M. Stallman # Date 1039002032 0 # Node ID d2e0f6c41ac57127dce1b4237fd9f3300a7d5565 # Parent 88902727534a55b13eb7689a87f548abf84c2c2e Don't use #error. diff -r 88902727534a -r d2e0f6c41ac5 src/alloca.c --- a/src/alloca.c Wed Dec 04 11:32:37 2002 +0000 +++ b/src/alloca.c Wed Dec 04 11:40:32 2002 +0000 @@ -51,7 +51,11 @@ 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 */