aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-11 10:09:03 +0000
committerLev Walkin <vlm@lionet.info>2004-08-11 10:09:03 +0000
commit0fed3b67c57a3b5329e16ac740ec5b2f619dcc57 (patch)
treee7e8c107e751be2134c612191605fb7a913343d2 /skeletons
parent3cca4059f963995458dec4763897f21876032ef9 (diff)
comment
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/asn_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/asn_types.h b/skeletons/asn_types.h
index 7cbeaf4e..a8bfb6d4 100644
--- a/skeletons/asn_types.h
+++ b/skeletons/asn_types.h
@@ -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__ */