summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-25 19:06:40 +0000
committerobrien <obrien@FreeBSD.org>2003-06-25 19:06:40 +0000
commit58faa585911a131d9fb334f51ff5dcf26f461e63 (patch)
treed167749b8b5ac22d853ad41f4270fa914a361914 /include/stdlib.h
parent13d3acecb2e22a9d178077a8ccf00b400ddb9735 (diff)
downloadFreeBSD-src-58faa585911a131d9fb334f51ff5dcf26f461e63.zip
FreeBSD-src-58faa585911a131d9fb334f51ff5dcf26f461e63.tar.gz
Push the alloca #error warning farther down to play nicer with some out of
tree local translator. Requested by: jmallett
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index b04f6a0..39dc469 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -236,8 +236,6 @@ extern void (*_malloc_message)(const char *, const char *, const char *,
#define alloca(sz) __builtin_alloca(sz)
#elif defined(lint)
void *alloca(size_t);
-#else
-#error Please add alloca support on all FreeBSD architectures for this compiler.
#endif
__uint32_t
OpenPOWER on IntegriCloud