Revert the previous patch which was meant for the trunk only.

This commit is contained in:
Akim Demaille
2002-01-07 08:40:29 +00:00
parent 3f2f7848cc
commit 62d3162c4c
11 changed files with 203 additions and 204 deletions

View File

@@ -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