Changeset 1174 for trunk/util/xc_trace.h
- Timestamp:
- 2012-11-13T13:30:21+01:00 (6 months ago)
- File:
-
- 1 edited
-
trunk/util/xc_trace.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/xc_trace.h
r1044 r1174 33 33 } 34 34 # else 35 const char *xc_trace_get_basename(const char *path); 35 36 # define TRACE(fmt, ...) \ 36 xc_trace("%s:%d: " fmt "\r\n", __FILE__, __LINE__, __VA_ARGS__)37 xc_trace("%s:%d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__) 37 38 # endif /* ZEND_WIN32 */ 38 39 # undef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.

