Changeset 813 for branches/1.3/xcache.c
- Timestamp:
- 2011-06-04T04:32:32+02:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/xcache.c
r784 r813 2289 2289 } 2290 2290 2291 RETURN_LONG(Z_REFCOUNT _P(variable));2291 RETURN_LONG(Z_REFCOUNT(*variable)); 2292 2292 } 2293 2293 /* }}} */ … … 2305 2305 } 2306 2306 2307 RETURN_BOOL(Z_ISREF _P(variable) && Z_REFCOUNT_P(variable) >= 3);2307 RETURN_BOOL(Z_ISREF(*variable) && Z_REFCOUNT(*variable) >= 3); 2308 2308 } 2309 2309 /* }}} */
Note: See TracChangeset
for help on using the changeset viewer.

