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