]> git.saurik.com Git - bison.git/blobdiff - data/glr.cc
Rename %before-definitions to %start-header and %after-definitions to
[bison.git] / data / glr.cc
index 173a5cd146c2956b0d75d4a413b893d0bfa48a04..de1f543e5471e725331dfcf99f2dc1d82b1d0735 100644 (file)
@@ -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 */]