]>
git.saurik.com Git - bison.git/blob - examples/calc++/y.tab.h
1 // Work around an Automake 1.11.2 bug: it asks for the creation of
2 // y.tab.c and y.tab.h and then renames them as calc++-parser.cc and
3 // calc++-parser.h, but in the former it does not convert the
4 // #include "y.tab.h". We don't want this to show in the
6 #include "calc++-parser.hh"