mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
[__GNUC__ >= 2]: Don't include alloca.h.
This commit is contained in:
parent
7dce3709b4
commit
88f3b4fc65
1 changed files with 2 additions and 0 deletions
|
|
@ -81,7 +81,9 @@ NOTE-END */
|
|||
in the file alloca.s should be used. */
|
||||
|
||||
#define HAVE_ALLOCA
|
||||
#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
/* Must use the system's termcap, if we use any termcap.
|
||||
It does special things. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue