X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a79986b830496018e87d8e122d2938d237e93a8d..f0440388e9b85171b4f6ea3ecf95dc82799fffc1:/src/bison.simple?ds=sidebyside diff --git a/src/bison.simple b/src/bison.simple index 0e121d22..7b6c079f 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -82,7 +82,8 @@ typedef struct yyltype /* Copy the user declarations. */ %%prologue -#line %%line "%%skeleton" +/* Line 85 of bison.simple. */ +#line %%line "%%parser-file-name" #include @@ -511,8 +512,6 @@ yystpcpy (yydest, yysrc) -#line %%line "%%skeleton" - /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. It should actually point to an object. @@ -897,7 +896,8 @@ yyreduce: { %%actions } -#line %%line "%%skeleton" + /* Line 902 of bison.simple. */ +#line %%line "%%parser-file-name" yyvsp -= yylen; yyssp -= yylen;