No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / src / po-gram-gen2.h
blob4e8f5ef787190df61d8b22a89868bdf97a0d7b21
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
4 #ifndef YYSTYPE
5 typedef union
7 struct { char *string; lex_pos_ty pos; bool obsolete; } string;
8 struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist;
9 struct { long number; lex_pos_ty pos; bool obsolete; } number;
10 struct { lex_pos_ty pos; bool obsolete; } pos;
11 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs;
12 } po_gram_stype;
13 # define YYSTYPE po_gram_stype
14 # define YYSTYPE_IS_TRIVIAL 1
15 #endif
16 # define COMMENT 257
17 # define DOMAIN 258
18 # define JUNK 259
19 # define MSGID 260
20 # define MSGID_PLURAL 261
21 # define MSGSTR 262
22 # define NAME 263
23 # define NUMBER 264
24 # define STRING 265
27 extern DLL_VARIABLE YYSTYPE po_gram_lval;
29 #endif /* not BISON_Y_TAB_H */