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
;
13 # define YYSTYPE yystype
14 # define YYSTYPE_IS_TRIVIAL 1
20 # define MSGID_PLURAL 261
27 extern YYSTYPE yylval
;
29 #endif /* not BISON_Y_TAB_H */