Do not use alloca
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -32,10 +32,6 @@ | ... | @@ -32,10 +32,6 @@ |
32 | #include <fcntl.h> | 32 | #include <fcntl.h> |
33 | #include <stdarg.h> | 33 | #include <stdarg.h> |
34 | 34 | ||
35 | #ifdef HAVE_ALLOCA_H | ||
36 | # include <alloca.h> | ||
37 | #endif | ||
38 | |||
39 | #ifdef HAVE_STRINGS_H | 35 | #ifdef HAVE_STRINGS_H |
40 | # include <strings.h> | 36 | # include <strings.h> |
41 | #endif | 37 | #endif | ... | ... |
-
Please register or sign in to post a comment