Kaydet (Commit) 2c3a8596 authored tarafından Christina Rossmanith's avatar Christina Rossmanith

Simplified #define OSL_FILE_TRACE

üst 98c4513f
......@@ -59,13 +59,15 @@
#endif /* MACOSX */
#ifdef DEBUG_OSL_FILE
# define OSL_FILE_TRACE 0 ? (void)(0) : osl_trace
# define OSL_FILE_TRACE osl_trace
# define PERROR( a, b ) perror( a ); fprintf( stderr, b )
#else
# define OSL_FILE_TRACE 1 ? (void)(0) : osl_trace
# define OSL_FILE_TRACE(fmt, ...)
# define PERROR( a, b )
#endif
/*******************************************************************
*
* FileHandle_Impl interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment