(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.16 and 1.16.8.1

version 1.16, 2008/12/16 18:57:13 version 1.16.8.1, 2013/06/03 22:36:41
Line 31 
Line 31 
  
  
 %option never-interactive %option never-interactive
   %option nounput
   %option noinput
 %{ %{
  
 extern int WQLInput(char* buffer, int& numRead, int numRequested); extern int WQLInput(char* buffer, int& numRead, int numRequested);
Line 50 
Line 52 
 # define WQL_TRACE(X) # define WQL_TRACE(X)
 #endif #endif
  
 /* Avoid warn_unused_result warnings in Linux RPM build */  
 #ifndef ECHO  
 # define ECHO do { size_t ignored = fwrite(yytext, yyleng, 1, yyout); } while(0)  
 #endif  
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 extern WQLParserState* globalParserState; extern WQLParserState* globalParserState;
  
 static char* CloneString(const char* str, Uint32 size = (Uint32)-1);  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2