Commit b87ef81e by Torbjorn Granlund

(USE_C_ALLOCA): Define.

From-SVN: r7759
parent 4ac3d994
......@@ -51,3 +51,8 @@ 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__
#define USE_C_ALLOCA
#endif
......@@ -61,3 +61,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* HP's compiler has problems with enum bitfields. */
#define ONLY_INT_FIELDS
/* If not compiled with GNU C, use C alloca. */
#ifndef __GNUC__
#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