Changeset 626 for branches/1.3/xcache.h
- Timestamp:
- 2009-07-05T11:15:55+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.h
r625 r626 52 52 #endif 53 53 #ifndef Z_SET_ISREF 54 # define Z_SET_ISREF(z) (z).is_ref = 1 ;54 # define Z_SET_ISREF(z) (z).is_ref = 1 55 55 #endif 56 56 #ifndef Z_UNSET_ISREF 57 # define Z_UNSET_ISREF(z) (z).is_ref = 0 ;57 # define Z_UNSET_ISREF(z) (z).is_ref = 0 58 58 #endif 59 59 #ifndef Z_SET_REFCOUNT 60 # define Z_SET_REFCOUNT(z, rc) (z).refcount = rc ;60 # define Z_SET_REFCOUNT(z, rc) (z).refcount = rc 61 61 #endif 62 62 #ifndef IS_CONSTANT_TYPE_MASK
Note: See TracChangeset
for help on using the changeset viewer.

