mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/system.h (obstack_grow_literal_string): Rename as...
(obstack_grow_string): this. * src/output.c (output_parser): Recognize `%% actions' instead of `$'. * src/bison.s1: s/$/%% actions/. * src/bison.hairy: Likewise.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
/* -*- C -*- */
|
||||
extern int timeclock;
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ yyresume:
|
||||
yylsp->last_line = (yylsp+yylen-1)->last_line;
|
||||
yylsp->last_column = (yylsp+yylen-1)->last_column;
|
||||
}
|
||||
|
||||
|
||||
if (yyptr == yyrq + YYMAXRULES)
|
||||
yyptr = yyrq;
|
||||
}
|
||||
@@ -331,4 +331,4 @@ yyerrlab:
|
||||
goto yyresume;
|
||||
}
|
||||
|
||||
$
|
||||
%% actions
|
||||
|
||||
Reference in New Issue
Block a user