]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Regnerated for 0.16.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Oct 2006 12:07:05 +0000 (12:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:17 +0000 (12:14 +0200)
gettext-tools/src/po-gram-gen.h

index 980a7c931b9d011f339ba4a8d760dc6b122a3302..5c8a2df9e128557cc43fc93d2fde2f1aacc20b93 100644 (file)
@@ -8,6 +8,8 @@ typedef union
   struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist;
   struct { long number; lex_pos_ty pos; bool obsolete; } number;
   struct { lex_pos_ty pos; bool obsolete; } pos;
+  struct { char *ctxt; char *id; char *id_plural; lex_pos_ty pos; bool obsolete; } prev;
+  struct { char *prev_ctxt; char *prev_id; char *prev_id_plural; char *ctxt; lex_pos_ty pos; bool obsolete; } message_intro;
   struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs;
 } yystype;
 # define YYSTYPE yystype
@@ -16,13 +18,17 @@ typedef union
 # define       COMMENT 257
 # define       DOMAIN  258
 # define       JUNK    259
-# define       MSGCTXT 260
-# define       MSGID   261
-# define       MSGID_PLURAL    262
-# define       MSGSTR  263
-# define       NAME    264
-# define       NUMBER  265
-# define       STRING  266
+# define       PREV_MSGCTXT    260
+# define       PREV_MSGID      261
+# define       PREV_MSGID_PLURAL       262
+# define       PREV_STRING     263
+# define       MSGCTXT 264
+# define       MSGID   265
+# define       MSGID_PLURAL    266
+# define       MSGSTR  267
+# define       NAME    268
+# define       NUMBER  269
+# define       STRING  270
 
 
 extern YYSTYPE yylval;