From c51d1a1973f08d7a7f30d4efe44268ffc618eea0 Mon Sep 17 00:00:00 2001 From: Pascal Bart Date: Sat, 22 Sep 2001 22:02:34 +0000 Subject: [PATCH] * src/bison.simple: Add new `#line' directive. --- ChangeLog | 4 ++++ src/bison.simple | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8eae12c8..3d44a0a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-23 Pascal Bart + + * src/bison.simple: Add new `#line' directive. + 2001-09-22 Pascal Bart * src/bison.simple: New `#line' directive. diff --git a/src/bison.simple b/src/bison.simple index 7830a51d..5b980d18 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -44,8 +44,10 @@ #define yynerrs %%prefix##nerrs /* Copy the user declarations. */ +#line %%input_line "%%filename" %%prologue +#line %%line "%%skeleton" #ifndef __cplusplus # ifndef __STDC__ # define const -- 2.50.0