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

Diff for /pegasus/src/Pegasus/WQL/WQLYACC.h between version 1.1 and 1.2

version 1.1, 2001/11/30 02:53:56 version 1.2, 2001/12/13 14:54:46
Line 0 
Line 1 
   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;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2