merge from gcc

This commit is contained in:
DJ Delorie
2002-09-06 00:03:11 +00:00
parent dbbfa733b4
commit 01cea6990b
2 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
routines with an "x" prefix so they do not collide with the native regex
routines or with other components regex routines. */
/* AIX requires this to be the first thing in the file. */
#if defined _AIX && !defined REGEX_MALLOC
#if defined _AIX && !defined __GNUC__ && !defined REGEX_MALLOC
#pragma alloca
#endif