disabled cpp trace

This commit is contained in:
Kenny Ostrom 2014-08-21 13:50:19 -05:00
parent 3e6d54d3ac
commit 051398c3e9

View File

@ -44,7 +44,11 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
legacy, don't enable for python 3.x, unicode issues.
*/
/*
#define VA_ARGS(...) __VA_ARGS__
#define TRACE(args) fprintf(stderr, VA_ARGS args)
*/
#define TRACE(args)
#endif