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

Diff for /pegasus/src/Pegasus/WQL/WQL.y between version 1.5 and 1.7

version 1.5, 2005/02/05 23:00:52 version 1.7, 2005/05/16 20:51:25
Line 105 
Line 105 
 %token <intValue> TOK_TRUE %token <intValue> TOK_TRUE
 %token <intValue> TOK_FALSE %token <intValue> TOK_FALSE
 %token <intValue> TOK_NULL %token <intValue> TOK_NULL
   %token <intValue> TOK_ISA
  
 %token <intValue> TOK_EQ %token <intValue> TOK_EQ
 %token <intValue> TOK_NE %token <intValue> TOK_NE
Line 288 
Line 289 
         WQL_TRACE(("YACC: TOK_NE\n"));         WQL_TRACE(("YACC: TOK_NE\n"));
         globalParserState->statement->appendOperation(WQL_NE);         globalParserState->statement->appendOperation(WQL_NE);
     }     }
       | propertyName TOK_ISA className
       {
       WQL_TRACE(("YACC: TOK_ISA\n"));
       #ifndef PEGASUS_SNIA_EXTENSIONS
           yyerror("ISA Token Not Supported");
       #endif
       }
  
 nullPredicate nullPredicate
     : comparisonTerm TOK_IS TOK_NULL     : comparisonTerm TOK_IS TOK_NULL


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2