mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/bison.simple: Add new `#line' directive.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-23 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
* src/bison.simple: Add new `#line' directive.
|
||||
|
||||
2001-09-22 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
* src/bison.simple: New `#line' directive.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user