/home/dcp1990/prog/fakedbfs/include/fakedbfs/lexdefines.h

Go to the documentation of this file.
00001 /* Lex stuff */
00002 /* $Amigan: fakedbfs/include/fakedbfs/lexdefines.h,v 1.2 2005/08/10 00:13:42 dcp1990 Exp $ */
00003 #ifndef YYSTYPE
00004 typedef union {
00005         char *string;
00006         int number;
00007 } yystype;
00008 #define YYSTYPE yystype
00009 #define YYSTYPE_IS_TRIVIAL 1
00010 #endif
00011 YYSTYPE yylval;

Generated on Wed Apr 19 16:26:23 2006 for fakedbfs by  doxygen 1.4.6