From 0ab6a0c78789fec967e02534b471ea3eb79aedf8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 25 Jun 2003 19:06:40 +0000 Subject: Push the alloca #error warning farther down to play nicer with some out of tree local translator. Requested by: jmallett --- include/stdlib.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/stdlib.h b/include/stdlib.h index b04f6a0a4d32..39dc46994c1b 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 -- cgit v1.3