mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user