]> git.saurik.com Git - bison.git/blobdiff - examples/calc++/y.tab.h
calc++: rely on Automake.
[bison.git] / examples / calc++ / y.tab.h
diff --git a/examples/calc++/y.tab.h b/examples/calc++/y.tab.h
new file mode 100644 (file)
index 0000000..798b670
--- /dev/null
@@ -0,0 +1,6 @@
+// Work around an Automake 1.11.2 bug: it asks for the creation of
+// y.tab.c and y.tab.h and then renames them as calc++-parser.cc and
+// calc++-parser.h, but in the former it does not convert the
+// #include "y.tab.h".  We don't want this to show in the
+// documentation.
+#include "calc++-parser.hh"