]> git.saurik.com Git - bison.git/blobdiff - src/bison.simple
* src/bison.simple: Don't hard code the skeleton line and filename.
[bison.git] / src / bison.simple
index de23187a188738991d2f9e47f0a84b0e358bf407..7625bde04a370481b541f3b98206d364fbddcade 100644 (file)
@@ -82,7 +82,7 @@ typedef struct yyltype
 /* Copy the user declarations.  */
 %%prologue
 
-/* Line 85 of bison.simple.  */
+/* Line %%skeleton-line of %%skeleton.  */
 #line %%line "%%parser-file-name"
 
 #include <stdio.h>
@@ -896,7 +896,8 @@ yyreduce:
     {
 %%actions
     }
-  /* Line 902 of bison.simple.  */
+
+/* Line %%skeleton-line of %%skeleton.  */
 #line %%line "%%parser-file-name"
 \f
   yyvsp -= yylen;