mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
* src/bison.simple: Add %%user_code directive at the end.
* src/reader.c (read_additionnal_code): New. (reader): Use it. * src/output.c (output_program): Remove. (output): Update.
This commit is contained in:
@@ -976,3 +976,6 @@ yyabortlab:
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
%%user_code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user