diff options
Diffstat (limited to 'src/lib/embryo/embryo_str.c')
-rw-r--r-- | src/lib/embryo/embryo_str.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c index 0c2faa2d15..3f180cef00 100644 --- a/src/lib/embryo/embryo_str.c +++ b/src/lib/embryo/embryo_str.c | |||
@@ -10,23 +10,6 @@ | |||
10 | # include <stdlib.h> | 10 | # include <stdlib.h> |
11 | # endif | 11 | # endif |
12 | #endif | 12 | #endif |
13 | #ifdef HAVE_ALLOCA_H | ||
14 | # include <alloca.h> | ||
15 | #elif !defined alloca | ||
16 | # ifdef __GNUC__ | ||
17 | # define alloca __builtin_alloca | ||
18 | # elif defined _AIX | ||
19 | # define alloca __alloca | ||
20 | # elif defined _MSC_VER | ||
21 | # include <malloc.h> | ||
22 | # define alloca _alloca | ||
23 | # elif !defined HAVE_ALLOCA | ||
24 | # ifdef __cplusplus | ||
25 | extern "C" | ||
26 | # endif | ||
27 | void *alloca (size_t); | ||
28 | # endif | ||
29 | #endif | ||
30 | 13 | ||
31 | #ifdef HAVE_EXOTIC | 14 | #ifdef HAVE_EXOTIC |
32 | # include <Exotic.h> | 15 | # include <Exotic.h> |