mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/reader.c (read_additionnal_code): Rename %%user_code to
%%epilogue. * src/output.c (output): Rename %%declarations to %%prologue. * src/bison.simple: Echo modifications.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
/* Copy the user declarations. */
|
||||
%%definitions
|
||||
%%prologue
|
||||
|
||||
#ifndef __cplusplus
|
||||
# ifndef __STDC__
|
||||
@@ -977,5 +977,5 @@ yyabortlab:
|
||||
return 1;
|
||||
}
|
||||
|
||||
%%user_code
|
||||
%%epilogue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user