* 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:
Marc Autret
2001-08-31 16:01:53 +00:00
parent 675bc4e954
commit 63c2d5de0f
5 changed files with 21 additions and 11 deletions

View File

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