bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Main] FYI Another #line


From: Pascal Bart
Subject: [Main] FYI Another #line
Date: Sun, 23 Sep 2001 00:03:30 +0000 (GMT)

Sorry for this forgot.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.219
diff -u -r1.219 ChangeLog
--- ChangeLog   2001/09/22 21:30:53     1.219
+++ ChangeLog   2001/09/22 21:59:50
@@ -1,3 +1,7 @@
+2001-09-23  Pascal Bart  <address@hidden>
+
+       * src/bison.simple: Add new `#line' directive.
+
 2001-09-22  Pascal Bart  <address@hidden>

        * src/bison.simple: New `#line' directive.
Index: src/bison.simple
===================================================================
RCS file: /cvsroot/bison/bison/src/bison.simple,v
retrieving revision 1.65
diff -u -r1.65 bison.simple
--- src/bison.simple    2001/09/22 21:30:53     1.65
+++ src/bison.simple    2001/09/22 21:59:54
@@ -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

Pascal Bart (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]