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

Diff for /pegasus/src/Pegasus/Compiler/cimmofParser.h between version 1.26 and 1.27

version 1.26, 2003/04/29 20:34:45 version 1.27, 2003/09/05 02:12:33
Line 64 
Line 64 
 #include "memobjs.h" #include "memobjs.h"
 #include "objname.h" #include "objname.h"
  
   // Diagnostics that can be used to display flow.
   // This is manually turned on be selecting the proper define
   // below.
   #define YACCTRACE(X)
   //#define YACCTRACE(X) {if (yydebug) cerr << X << endl;}
   // The following is used for the moment to set the trace because
   // there is a bug when YYDEBUG set and yydebug needs to be connected
   // to the commof compile flags.
   //#define YACCTRACE(X) {cerr << X << endl;}
   
   
 extern int cimmof_parse(); // the yacc parser entry point extern int cimmof_parse(); // the yacc parser entry point
  
 //class cimmofRepository; //class cimmofRepository;


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2