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

 1 mike  1.2 typedef union 
 2           {
 3              int intValue;
 4              double doubleValue;
 5              char* strValue;
 6              void* nodeValue;
 7           } YYSTYPE;
 8 kumpf 1.3 #define	TOK_INTEGER	257
 9           #define	TOK_DOUBLE	258
10           #define	TOK_STRING	259
11           #define	TOK_TRUE	260
12           #define	TOK_FALSE	261
13           #define	TOK_NULL	262
14           #define	TOK_EQ	263
15           #define	TOK_NE	264
16           #define	TOK_LT	265
17           #define	TOK_LE	266
18           #define	TOK_GT	267
19           #define	TOK_GE	268
20           #define	TOK_NOT	269
21           #define	TOK_OR	270
22           #define	TOK_AND	271
23           #define	TOK_IS	272
24           #define	TOK_IDENTIFIER	273
25           #define	TOK_SELECT	274
26           #define	TOK_WHERE	275
27           #define	TOK_FROM	276
28           #define	TOK_UNEXPECTED_CHAR	277
29 mike  1.2 
30           
31           extern YYSTYPE WQL_lval;

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2