summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-12-09 14:20:40 -0500
committerWill Estes <westes575@gmail.com>2015-12-09 15:54:02 -0500
commit0dfcb6228ffa0323080378364885f8aac4092c0b (patch)
tree08fe0a43993a0607286ecba40b806c1f4594474c /src/flexdef.h
parentd41be275011434c1e5bbd07da3b7adf233410415 (diff)
Removed alloca() configuration.
Since alloca() is dangerous, depricated, we remove it.
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 2992b00..71eebc6 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -39,21 +39,6 @@
#include <config.h>
#endif
-/* AIX requires this to be the first thing in the file. */
-#if !defined(__GNUC__) && !defined(__lint__)
-# if HAVE_ALLOCA_H
-# include <alloca.h>
-# else
-# ifdef _AIX
- #pragma alloca
-# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-# endif
-# endif
-# endif
-#endif
-
#ifdef STDC_HEADERS
#include <stdio.h>
#include <stdlib.h>