(file) Return to WQLYACC.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / WQL

File: [Pegasus] / pegasus / src / Pegasus / WQL / WQLYACC.h (download)
Revision: 1.2, Thu Dec 13 14:54:46 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: pre-meta-dispatcher, merge_of_dev, async_dispatcher, VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10, VERSION_1_09, VERSION_1_08, VERSION_1_07
Changes since 1.1: +31 -0 lines
Merged dev branch into main trunk.

typedef union 
{
   int intValue;
   double doubleValue;
   char* strValue;
   void* nodeValue;
} YYSTYPE;
#define	TOK_INTEGER	258
#define	TOK_DOUBLE	259
#define	TOK_STRING	260
#define	TOK_TRUE	261
#define	TOK_FALSE	262
#define	TOK_NULL	263
#define	TOK_EQ	264
#define	TOK_NE	265
#define	TOK_LT	266
#define	TOK_LE	267
#define	TOK_GT	268
#define	TOK_GE	269
#define	TOK_NOT	270
#define	TOK_OR	271
#define	TOK_AND	272
#define	TOK_IS	273
#define	TOK_IDENTIFIER	274
#define	TOK_SELECT	275
#define	TOK_WHERE	276
#define	TOK_FROM	277
#define	TOK_UNEXPECTED_CHAR	278


extern YYSTYPE WQL_lval;

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2