mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Revert the previous patch which was meant for the trunk only.
This commit is contained in:
@@ -1119,7 +1119,10 @@ copy_action (symbol_list *rule, int stack_offset)
|
||||
/* above loop exits when c is '}' */
|
||||
|
||||
if (--count)
|
||||
obstack_1grow (&action_obstack, c);
|
||||
{
|
||||
obstack_1grow (&action_obstack, c);
|
||||
c = getc (finput);
|
||||
}
|
||||
}
|
||||
|
||||
/* As a Bison extension, add the ending semicolon. Since some Yacc
|
||||
|
||||
Reference in New Issue
Block a user