aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/asn_internal.h')
-rw-r--r--skeletons/asn_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skeletons/asn_internal.h b/skeletons/asn_internal.h
index 98669622..55e4e2b3 100644
--- a/skeletons/asn_internal.h
+++ b/skeletons/asn_internal.h
@@ -37,8 +37,10 @@ int get_asn1c_environment_version(void); /* Run-time version */
#ifdef __GNUC__
#ifdef ASN_THREAD_SAFE
#define asn_debug_indent 0
+#define ASN_DEBUG_INDENT_ADD(i) do{}while(0)
#else /* !ASN_THREAD_SAFE */
int asn_debug_indent;
+#define ASN_DEBUG_INDENT_ADD(i) do { asn_debug_indent += increment; } while(0)
#endif /* ASN_THREAD_SAFE */
#define ASN_DEBUG(fmt, args...) do { \
int adi = asn_debug_indent; \