1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@351 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2007-02-12 08:02:19 +00:00
parent dd599c148a
commit 8ff7b92147
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static inline int TRACE_DUMMY(const char *fmt, ...)
{
return 0;
}
# define TRACE 1 ? 0 : TRACE_DUMMY
# define TRACE 1 ? 0 : TRACE_DUMMY
# else
# define TRACE(fmt, ...) do { } while (0)
# endif /* ZEND_WIN32 */