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

Diff for /pegasus/src/Pegasus/Common/PegasusAssert.h between version 1.6 and 1.7

version 1.6, 2006/01/30 16:17:07 version 1.7, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Jim Wunderlich, (Jim_Wunderlich@prodigy.net)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 #ifndef Pegasus_Assert_h #ifndef Pegasus_Assert_h
 #define Pegasus_Assert_h #define Pegasus_Assert_h
Line 95 
Line 91 
 {                                                                 \ {                                                                 \
   if (!(COND))                                                    \   if (!(COND))                                                    \
     {                                                             \     {                                                             \
       printf("PEGASUS_TEST_ASSERT failed in file %s at line %d\n",__FILE__, __LINE__); \              printf("PEGASUS_TEST_ASSERT failed in file %s at line %d\n",  \
                   __FILE__, __LINE__);                                      \
       abort();                                                    \       abort();                                                    \
     }                                                             \     }                                                             \
 } while (0) } while (0)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2