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

Diff for /pegasus/src/Pegasus/WQL/WQL.l between version 1.5 and 1.6

version 1.5, 2005/02/05 23:31:11 version 1.6, 2005/02/11 16:40:54
Line 209 
Line 209 
     return TOK_GE;     return TOK_GE;
 } }
  
   "<>" {
   
       WQL_TRACE(("LEX: %s [TOK_NE]\n", yytext));
       return TOK_NE;
   }
   
 ">" { ">" {
  
     WQL_TRACE(("LEX: %s [TOK_GT]\n", yytext));     WQL_TRACE(("LEX: %s [TOK_GT]\n", yytext));


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2