Changeset 1175 for trunk/util/xc_trace.h
- Timestamp:
- 2012-11-13T13:33:36+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
r1174 r1175 35 35 const char *xc_trace_get_basename(const char *path); 36 36 # define TRACE(fmt, ...) \ 37 xc_trace("%s:% d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__)37 xc_trace("%s:%04d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__) 38 38 # endif /* ZEND_WIN32 */ 39 39 # undef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.

