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

Simplified #define OSL_FILE_TRACE

üst 98c4513f
...@@ -59,13 +59,15 @@ ...@@ -59,13 +59,15 @@
#endif /* MACOSX */ #endif /* MACOSX */
#ifdef DEBUG_OSL_FILE #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 ) # define PERROR( a, b ) perror( a ); fprintf( stderr, b )
#else #else
# define OSL_FILE_TRACE 1 ? (void)(0) : osl_trace # define OSL_FILE_TRACE(fmt, ...)
# define PERROR( a, b ) # define PERROR( a, b )
#endif #endif
/******************************************************************* /*******************************************************************
* *
* FileHandle_Impl interface * 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