]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/out/parser.hh
Imported Upstream version 2.16.1
[lilypond.git] / lily / out / parser.hh
index 365da7b6b982c894f49fd097e8aec3e3cc2eee02..2f16b53a3a981beda7bcb53c6864dee2615db064 100644 (file)
@@ -39,6 +39,7 @@
    /* Put the tokens into the symbol table, so that GDB and other debuggers
       know about them.  */
    enum yytokentype {
+     END_OF_FILE = 0,
      PREC_BOT = 258,
      REPEAT = 259,
      ALTERNATIVE = 260,
    };
 #endif
 /* Tokens.  */
+#define END_OF_FILE 0
 #define PREC_BOT 258
 #define REPEAT 259
 #define ALTERNATIVE 260
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
-#line 182 "/main/src/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.16/lily/parser.yy"
+#line 182 "/home/gub/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.16/lily/parser.yy"
 {
        Book *book;
        Output_def *outputdef;
@@ -304,7 +306,7 @@ typedef union YYSTYPE
        int i;
 }
 /* Line 1489 of yacc.c.  */
-#line 308 "out/parser-tmp.hh"
+#line 310 "out/parser-tmp.hh"
        YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1