]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
* src/parse-gram.y (rules_or_grammar_declaration): Add an error
[bison.git] / src / parse-gram.h
index d6f10980f951793ca31f0543978f7d2d71babcef..fc18e77d575b4268fa8b81c882cc1c2daa2ea9b3 100644 (file)
 
 
 #ifndef YYSTYPE
-#line 88 "parse-gram.y"
+#line 89 "parse-gram.y"
 typedef union {
   symbol_t *symbol;
   symbol_list_t *list;
@@ -136,7 +136,7 @@ typedef union {
   char *string;
   associativity assoc;
 } yystype;
-/* Line 1271 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
+/* Line 1271 of /usr/local/share/bison/yacc.c.  */
 #line 141 "y.tab.h"
 # define YYSTYPE yystype
 #endif