src/y.tab.h

Go to the documentation of this file.
00001 // $Id: y.tab.h 10 2007-08-15 21:36:21Z 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 "parser.h"
00013 

Generated on Mon Aug 20 13:34:21 2007 for Flex Bison C++ Example by  doxygen 1.5.2