Skip to content
Snippets Groups Projects
Commit 0fed3b67 authored by Lev Walkin's avatar Lev Walkin
Browse files

comment

parent 3cca4059
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ typedef int ssize_t; ...@@ -66,7 +66,7 @@ typedef int ssize_t;
extern void ASN_DEBUG_f(const char *fmt, ...); extern void ASN_DEBUG_f(const char *fmt, ...);
#define ASN_DEBUG ASN_DEBUG_f #define ASN_DEBUG ASN_DEBUG_f
#endif /* __GNUC__ */ #endif /* __GNUC__ */
#else /* EMIT_ASN_DEBUG */ #else /* EMIT_ASN_DEBUG != 1 */
#ifdef __GNUC__ #ifdef __GNUC__
#define ASN_DEBUG(fmt, args...) ((void)0) /* Emit a no-op operator */ #define ASN_DEBUG(fmt, args...) ((void)0) /* Emit a no-op operator */
#else /* __GNUC__ */ #else /* __GNUC__ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment