]> git.saurik.com Git - bison.git/blobdiff - data/c.m4
Instead of having skeletons declare all valid %define variables and
[bison.git] / data / c.m4
index 71bcb28d77810121725f66218ae05e0183458d07..ffab49709179d6e6aab69c5063ab28692652fffb 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -1,4 +1,4 @@
-m4_divert(-1)                                               -*- Autoconf -*-
+                                                            -*- Autoconf -*-
 
 # C M4 Macros for Bison.
 # Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -46,6 +46,9 @@ m4_define([b4_identification],
 /* Push parsers.  */
 [#]define YYPUSH b4_push_flag
 
+/* Pull parsers.  */
+[#]define YYPULL b4_pull_flag
+
 /* Using locations.  */
 [#]define YYLSP_NEEDED b4_locations_flag
 ])