diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 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 */ |