]> git.saurik.com Git - bison.git/blobdiff - data/glr.cc
TODO: statistics.
[bison.git] / data / glr.cc
index 0b4000a9deb693f2c3b2da9776b7253d0f841787..87e3eab185d6e9bb27ea66856b08f2b158d7aeba 100644 (file)
@@ -224,6 +224,7 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++],
 
 ]b4_percent_code_get([[requires]])[
 
+#include <stdexcept>
 #include <string>
 #include <iostream>
 
@@ -239,7 +240,7 @@ b4_copyright([Skeleton interface for Bison GLR parsers in C++],
 
 /* Enabling traces.  */
 #ifndef YYDEBUG
-# define YYDEBUG ]b4_debug_if([1], [0])[
+# define YYDEBUG ]b4_parse_trace_if([1], [0])[
 #endif
 
 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].