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

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.19 and 1.20

version 1.19, 2001/07/16 22:28:06 version 1.20, 2001/07/17 00:49:03
Line 112 
Line 112 
 #define PEGASUS_OUT(X) \ #define PEGASUS_OUT(X) \
     PEGASUS_STD(cout) << #X << "=[" << X << "]" << PEGASUS_STD(endl)     PEGASUS_STD(cout) << #X << "=[" << X << "]" << PEGASUS_STD(endl)
  
   #ifdef PEGASUS_SUPPRESS_UNREACHABLE_STATEMENTS
   # define PEGASUS_UNREACHABLE(CODE)
   #else
   # define PEGASUS_UNREACHABLE(CODE) CODE
   #endif
   
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2