(file) Return to CQLParser.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLParser.cpp between version 1.5 and 1.6

version 1.5, 2005/01/16 01:45:37 version 1.6, 2005/01/27 21:19:00
Line 45 
Line 45 
  
 extern int CQL_parse(); extern int CQL_parse();
 extern void CQL_restart (FILE *input_file); extern void CQL_restart (FILE *input_file);
   extern void CQL_Bison_Cleanup();
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 78 
Line 79 
     CQL_globalParserState->currentRule = String::EMPTY;     CQL_globalParserState->currentRule = String::EMPTY;
     CQL_globalParserState->statement = &statement;     CQL_globalParserState->statement = &statement;
  
            try{
     CQL_parse();     CQL_parse();
            }catch(Exception &e){
                   CQL_Bison_Cleanup();
                   throw e;
            }catch(...){
                   CQL_Bison_Cleanup();
            }
  
     if (CQL_globalParserState->error)     if (CQL_globalParserState->error)
     {     {


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