summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-25 18:49:36 +0000
committerobrien <obrien@FreeBSD.org>2003-06-25 18:49:36 +0000
commit13d3acecb2e22a9d178077a8ccf00b400ddb9735 (patch)
tree40a6b36df1e1490686d1474e2a0c524e66e3df9d /include/stdlib.h
parentea9527097aee0f726e4f21feda808b52867c6dd0 (diff)
downloadFreeBSD-src-13d3acecb2e22a9d178077a8ccf00b400ddb9735.zip
FreeBSD-src-13d3acecb2e22a9d178077a8ccf00b400ddb9735.tar.gz
Fix a mismerge.
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 9b1a1f4..b04f6a0 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -236,8 +236,8 @@ extern void (*_malloc_message)(const char *, const char *, const char *,
#define alloca(sz) __builtin_alloca(sz)
#elif defined(lint)
void *alloca(size_t);
-#error Please add alloca support on all FreeBSD architectures for this compiler.
#else
+#error Please add alloca support on all FreeBSD architectures for this compiler.
#endif
__uint32_t
OpenPOWER on IntegriCloud