Commit b8913d05 by Richard Kenner

(USE_C_ALLOCA): Always define.

From-SVN: r10168
parent 41dc1085
......@@ -60,7 +60,6 @@ extern int errno;
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
/* If not compiled with GNU C, use C alloca. */
#ifndef __GNUC__
/* Always claim to use C alloca; this prevents losing if building with
gcc -fno-builtin ... " */
#define USE_C_ALLOCA
#endif
/* Configuration for GNU C-compiler for PA-RISC.
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988, 1995 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com).
This file is part of GNU CC.
......@@ -63,7 +63,6 @@ Boston, MA 02111-1307, USA. */
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
/* If not compiled with GNU C, use C alloca. */
#ifndef __GNUC__
/* Always claim to use C alloca; this prevents losing if building with
gcc -fno-builtin ... " */
#define USE_C_ALLOCA
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment