Regenerate.

This commit is contained in:
Paul Eggert
2005-09-21 20:08:58 +00:00
parent 62c4328e00
commit 58b90cc2d8
2 changed files with 2 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ typedef struct YYLTYPE
# define alloca _alloca
# else
# define YYSTACK_ALLOC alloca
# if (! defined (alloca) && ! defined (_ALLOCA_H) && ! defined (_STDLIB_H) \
# if (! defined (_ALLOCA_H) && ! defined (_STDLIB_H) \
&& (defined (__STDC__) || defined (__cplusplus)))
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
# ifndef _STDLIB_H