IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2007, 4:35:02 PM (19 years ago)
Author:
magnier
Message:

changing PS_ASSERT_PTRS_TYPE_EQUAL_GENERAL to PS_ASSERT_GENERAL_PTR_TYPE_EQUAL for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psAssert.h

    r12297 r12433  
    256256}
    257257
    258 #define PS_ASSERT_PTR_TYPE_EQUAL(PTR1, PTR2, RVAL) PS_ASSERT_PTRS_TYPE_EQUAL_GENERAL(PTR1, PTR2, return RVAL)
    259 #define PS_ASSERT_PTRS_TYPE_EQUAL_GENERAL(PTR1, PTR2, CLEANUP) \
     258#define PS_ASSERT_PTR_TYPE_EQUAL(PTR1, PTR2, RVAL) PS_ASSERT_GENERAL_PTR_TYPE_EQUAL(PTR1, PTR2, return RVAL)
     259#define PS_ASSERT_GENERAL_PTR_TYPE_EQUAL(PTR1, PTR2, CLEANUP) \
    260260if (PTR1->type.type != PTR2->type.type) { \
    261261    psError(PS_ERR_BAD_PARAMETER_TYPE, true, \
Note: See TracChangeset for help on using the changeset viewer.