From 58b90cc2d82b068770bd38b5dff41e24a4bfeb37 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 21 Sep 2005 20:08:58 +0000 Subject: [PATCH] Regenerate. --- src/parse-gram.c | 2 +- src/parse-gram.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parse-gram.c b/src/parse-gram.c index 6eb9320d..6da15155 100644 --- a/src/parse-gram.c +++ b/src/parse-gram.c @@ -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 /* INFRINGES ON USER NAME SPACE */ # ifndef _STDLIB_H diff --git a/src/parse-gram.h b/src/parse-gram.h index 3ebf28c1..0d254da5 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -144,7 +144,7 @@ typedef union YYSTYPE { assoc assoc; uniqstr uniqstr; } YYSTYPE; -/* Line 1504 of yacc.c. */ +/* Line 1505 of yacc.c. */ #line 149 "parse-gram.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 -- 2.49.0