]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Always check the value returned by yyparse.
[bison.git] / src / parse-gram.h
index ea92cb3ae30ded2146d9ecf8a8a166fdaa4cfe41..f62b4959e68c977676ddb49b9e1854bbd8c9a8a1 100644 (file)
@@ -133,9 +133,10 @@ typedef union {
   int integer;
   char *string;
   assoc_t assoc;
+  struniq_t struniq;
 } yystype;
-/* Line 1293 of /tmp/prefix/share/bison/yacc.c.  */
-#line 138 "y.tab.h"
+/* Line 1212 of /usr/local/share/bison/yacc.c.  */
+#line 139 "y.tab.h"
 # define YYSTYPE yystype
 # define YYSTYPE_IS_TRIVIAL 1
 #endif