* src/output.c (output_master_parser): Don't finish action_obstack.

(output_parser): Don't care about the muscle action, here.
(prepare): Copy the action_obstack in the action muscle.
(output): Free action_obstack.
This commit is contained in:
Pascal Bart
2001-09-25 11:36:25 +00:00
parent 180d45ba81
commit 1c8c2190b1
3 changed files with 12 additions and 8 deletions

View File

@@ -761,7 +761,7 @@ yyreduce:
#endif
switch (yyn)
{
%%action /* The action file replaces this line. */
%%action
}
#line %%line "%%skeleton"