comparison read_cache.c @ 51:bcc3af5643b9 src

Slight changes to comply with http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_5.html#SEC83
author jcdutton
date Wed, 03 Jul 2002 00:24:47 +0000
parents 578ce1d41479
children 30995ad032cf
comparison
equal deleted inserted replaced
50:578ce1d41479 51:bcc3af5643b9
81 #endif 81 #endif
82 82
83 #define _MT_TRACE 1 83 #define _MT_TRACE 1
84 84
85 #if _MT_TRACE 85 #if _MT_TRACE
86 #define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, __func__, ##args); 86 #define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, __func__ , ## args);
87 #else 87 #else
88 #define dprintf(fmt, args...) /* Nowt */ 88 #define dprintf(fmt, args...) /* Nowt */
89 #endif 89 #endif
90 90
91 #if 0 91 #if 0