X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9bc0dd679f19b79f7250d2b16563b590a3b032bb..34f98f46ee16dd3719d19e002dc27b2665a2514f:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 173a5cd1..de1f543e 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -235,9 +235,9 @@ namespace ]b4_namespace[ class location; } -]m4_ifdef([b4_before_definitions], -[[/* Copy the %before-definitions blocks. */ -]b4_before_definitions])[]dnl +]m4_ifdef([b4_start_header], +[[/* Copy the %start-header blocks. */ +]b4_start_header])[]dnl [/* Line __line__ of glr.cc. */ ]b4_syncline([@oline@], [@ofile@])[ @@ -386,8 +386,8 @@ m4_ifset([b4_global_tokens_and_yystype], } -]m4_ifdef([b4_after_definitions], -[[/* Copy the %after-definitions blocks. */ -]b4_after_definitions])[]dnl +]m4_ifdef([b4_end_header], +[[/* Copy the %end-header blocks. */ +]b4_end_header])[]dnl [#endif /* ! defined PARSER_HEADER_H */]