From 13d3acecb2e22a9d178077a8ccf00b400ddb9735 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 25 Jun 2003 18:49:36 +0000 Subject: Fix a mismerge. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdlib.h') 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 -- cgit v1.1