From a8773ec1f46345c332db87cc9b885677d0c05362 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Dec 2002 11:40:32 +0000 Subject: [PATCH] Don't use #error. --- src/alloca.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/alloca.c b/src/alloca.c index 3cea2744149..c03404b607e 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -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 */ -- 2.39.2