diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 19:06:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 19:06:40 +0000 |
| commit | 0ab6a0c78789fec967e02534b471ea3eb79aedf8 (patch) | |
| tree | d167749b8b5ac22d853ad41f4270fa914a361914 /include/stdlib.h | |
| parent | 76a1e6ad1d1aa50235bc5a6a2e03d98dc066981d (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
