This commit is contained in:
Lev Walkin 2004-08-11 10:09:03 +00:00
parent 3cca4059f9
commit 0fed3b67c5
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ typedef int ssize_t;
extern void ASN_DEBUG_f(const char *fmt, ...);
#define ASN_DEBUG ASN_DEBUG_f
#endif /* __GNUC__ */
#else /* EMIT_ASN_DEBUG */
#else /* EMIT_ASN_DEBUG != 1 */
#ifdef __GNUC__
#define ASN_DEBUG(fmt, args...) ((void)0) /* Emit a no-op operator */
#else /* __GNUC__ */