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

Diff for /pegasus/src/Pegasus/Common/PegasusAssertZOS.h between version 1.2 and 1.3

version 1.2, 2008/05/21 10:44:48 version 1.3, 2008/10/20 21:32:21
Line 64 
Line 64 
           {                                                                 \           {                                                                 \
              __pegasus_assert_zOS( __FILE__, __LINE__, #COND );             \              __pegasus_assert_zOS( __FILE__, __LINE__, #COND );             \
           }                                                                 \           }                                                                 \
       } while (0);        } while (0)
  
 /* /*
    Define PEGASUS_DEBUG_ASSERT assertion statement.    Define PEGASUS_DEBUG_ASSERT assertion statement.
Line 87 
Line 87 
              kill(getpid(),SIGDUMP);                                        \              kill(getpid(),SIGDUMP);                                        \
              abort();                                                       \              abort();                                                       \
           }                                                                 \           }                                                                 \
       } while (0);        } while (0)
 #else #else
 # define PEGASUS_DEBUG_ASSERT(COND) # define PEGASUS_DEBUG_ASSERT(COND)
 #endif #endif
Line 105 
Line 105 
             kill(getpid(),SIGDUMP);                                        \             kill(getpid(),SIGDUMP);                                        \
             abort();                                                       \             abort();                                                       \
         }                                                                  \         }                                                                  \
     } while (0);      } while (0)
 #endif  /* Pegasus_Assert_ZOS_h */ #endif  /* Pegasus_Assert_ZOS_h */


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2