Mercurial > emacs
comparison src/alloca.c @ 48650:d2e0f6c41ac5
Don't use #error.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Dec 2002 11:40:32 +0000 |
parents | 88902727534a |
children | 6cea9f00471e |
comparison
equal
deleted
inserted
replaced
48649:88902727534a | 48650:d2e0f6c41ac5 |
---|---|
49 /* actually, only want this if static is defined as "" | 49 /* actually, only want this if static is defined as "" |
50 -- this is for usg, in which emacs must undefine static | 50 -- this is for usg, in which emacs must undefine static |
51 in order to make unexec workable | 51 in order to make unexec workable |
52 */ | 52 */ |
53 # ifndef STACK_DIRECTION | 53 # ifndef STACK_DIRECTION |
54 # error "Must know STACK_DIRECTION at compile-time" | 54 you |
55 lose | |
56 -- must know STACK_DIRECTION at compile-time | |
57 /* Using #error here is not wise since this file is for | |
58 old and obscure compilers. */ | |
55 # endif /* STACK_DIRECTION undefined */ | 59 # endif /* STACK_DIRECTION undefined */ |
56 # endif /* static */ | 60 # endif /* static */ |
57 # endif /* emacs */ | 61 # endif /* emacs */ |
58 | 62 |
59 /* If your stack is a linked list of frames, you have to | 63 /* If your stack is a linked list of frames, you have to |