diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 18:49:36 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 18:49:36 +0000 |
| commit | 76a1e6ad1d1aa50235bc5a6a2e03d98dc066981d (patch) | |
| tree | 40a6b36df1e1490686d1474e2a0c524e66e3df9d /include/stdlib.h | |
| parent | d7875fc3b3f0983423cce31dd985d9fab79357f5 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 9b1a1f4cdc6d..b04f6a0a4d32 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 |
