* data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.

Adding #line.
Remove the duplicate `typedefs'.
(RhsNumberType): Fix the declaration and various other typos.
Use __ofile__.
* data/bison.simple: Use __ofile__.
* src/scan-skel.l: Handle __ofile__.
This commit is contained in:
Akim Demaille
2002-04-08 12:31:15 +00:00
parent 62a3e4f0c5
commit 06446ccf94
4 changed files with 27 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ typedef struct yyltype
#endif
/* Line __line__ of __file__. */
#line __oline__
#line __oline__ "__ofile__"
/* All symbols defined below should begin with yy or YY, to avoid
infringing on user name space. This should be done even for local
@@ -936,7 +936,7 @@ yyreduce:
}
/* Line __line__ of __file__. */
#line __oline__
#line __oline__ "__ofile__"
[ yyvsp -= yylen;
yyssp -= yylen;