00001 // $Id: y.tab.h 39 2008-08-03 10:07:15Z tb $ 00004 /* When using automake the bison parser file "xyz.yy" is processed by the 00005 * ylwrap script. It calls bison in a separate directory, which outputs source 00006 * to the default names "y.tab.c" and "y.tab.h". The ylwrap script then renames 00007 * these files into "xyz.cc" and "xyz.h" and tries to update include references 00008 * using sed. However this does not work for the C++ parser skeleton, so the 00009 * source file "xyz.cc" still refers to the default "y.tab.h". The easiest 00010 * work-around is to use this forwarding include file. */ 00011 00012 #include "scanner.h" 00013