Changeset 813 for branches/1.3/xcache.h
- Timestamp:
- 06/04/2011 04:32:32 AM (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.h
r772 r813 54 54 # define ALLOCA_FLAG(x) 55 55 #endif 56 #ifndef Z_ISREF 57 # define Z_ISREF(z) (z).is_ref 58 #endif 56 59 #ifndef Z_SET_ISREF 57 60 # define Z_SET_ISREF(z) (z).is_ref = 1 … … 59 62 #ifndef Z_UNSET_ISREF 60 63 # define Z_UNSET_ISREF(z) (z).is_ref = 0 64 #endif 65 #ifndef Z_REFCOUNT 66 # define Z_REFCOUNT(z) (z).refcount 61 67 #endif 62 68 #ifndef Z_SET_REFCOUNT

