]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Regenerated by bison 1.35.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Feb 2003 20:15:12 +0000 (20:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:13 +0000 (12:10 +0200)
gettext-tools/src/po-gram-gen.h
gettext-tools/src/po-hash-gen.h

index dd0c6c9c67c30c2aa354cde33d05594c4c39e0ea..248473945c74aa5e4d539115b5ec582e10295bb0 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef BISON_Y_TAB_H
+# define BISON_Y_TAB_H
+
+#ifndef YYSTYPE
 typedef union
 {
   struct { char *string; lex_pos_ty pos; bool obsolete; } string;
@@ -5,16 +9,21 @@ typedef union
   struct { long number; lex_pos_ty pos; bool obsolete; } number;
   struct { lex_pos_ty pos; bool obsolete; } pos;
   struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs;
-} YYSTYPE;
-#define        COMMENT 257
-#define        DOMAIN  258
-#define        JUNK    259
-#define        MSGID   260
-#define        MSGID_PLURAL    261
-#define        MSGSTR  262
-#define        NAME    263
-#define        NUMBER  264
-#define        STRING  265
+} yystype;
+# define YYSTYPE yystype
+# define YYSTYPE_IS_TRIVIAL 1
+#endif
+# define       COMMENT 257
+# define       DOMAIN  258
+# define       JUNK    259
+# define       MSGID   260
+# define       MSGID_PLURAL    261
+# define       MSGSTR  262
+# define       NAME    263
+# define       NUMBER  264
+# define       STRING  265
 
 
 extern YYSTYPE yylval;
+
+#endif /* not BISON_Y_TAB_H */
index 3d637224357d52ecb3312847a211b1d6646b65bc..45e05e117844906b766a4c89471a45c02b23bcca 100644 (file)
@@ -1,15 +1,24 @@
+#ifndef BISON_Y_TAB_H
+# define BISON_Y_TAB_H
+
+#ifndef YYSTYPE
 typedef union
 {
   char *string;
   size_t number;
-} YYSTYPE;
-#define        STRING  257
-#define        NUMBER  258
-#define        COLON   259
-#define        COMMA   260
-#define        FILE_KEYWORD    261
-#define        LINE_KEYWORD    262
-#define        NUMBER_KEYWORD  263
+} yystype;
+# define YYSTYPE yystype
+# define YYSTYPE_IS_TRIVIAL 1
+#endif
+# define       STRING  257
+# define       NUMBER  258
+# define       COLON   259
+# define       COMMA   260
+# define       FILE_KEYWORD    261
+# define       LINE_KEYWORD    262
+# define       NUMBER_KEYWORD  263
 
 
 extern YYSTYPE yylval;
+
+#endif /* not BISON_Y_TAB_H */