Changeset 2178 for libswish3/trunk/bindings/perl/XS
- Timestamp:
- 09/26/08 23:59:57 (3 months ago)
- Files:
-
- libswish3/trunk/bindings/perl/XS/Property.xs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/bindings/perl/XS/Property.xs
r2176 r2178 95 95 if (SWISH_DEBUG & SWISH_DEBUG_MEMORY) { 96 96 warn("DESTROYing swish_Property object %s [0x%x] [ref_cnt = %d]", 97 SvPV(ST(0), PL_na), ( int)self, self->ref_cnt);97 SvPV(ST(0), PL_na), (long int)self, self->ref_cnt); 98 98 } 99 99
