]> git.saurik.com Git - bison.git/blobdiff - data/bison.simple
* data/bison.simple, data/bison.c++: Be sure to restore the
[bison.git] / data / bison.simple
index 301058ea131a47ae5fd2a11adf58c9d9bcc8ebd6..299623545cfeccb26832b61baad44347222ed230 100644 (file)
@@ -193,7 +193,9 @@ b4_token_defines(b4_tokens)
 #ifndef YYSTYPE
 m4_ifdef([b4_stype],
 [#line b4_stype_line "b4_filename"
-typedef union b4_stype yystype;],
+typedef union b4_stype yystype;
+/* Line __line__ of __file__.  */
+#line __oline__ "__ofile__"],
 [typedef int yystype;])
 # define YYSTYPE yystype
 # define YYSTYPE_IS_TRIVIAL 1
@@ -1240,7 +1242,9 @@ b4_token_defines(b4_tokens)
 #ifndef YYSTYPE
 m4_ifdef([b4_stype],
 [#line b4_stype_line "b4_filename"
-typedef union b4_stype yystype;],
+typedef union b4_stype yystype;
+/* Line __line__ of __file__.  */
+#line __oline__ "__ofile__"],
 [typedef int yystype;])
 # define YYSTYPE yystype
 #endif