aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1c_misc.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-10-09 12:07:58 +0000
committerLev Walkin <vlm@lionet.info>2006-10-09 12:07:58 +0000
commit725883b28d721de80752cfb08be1f862fca32360 (patch)
treebeb220b84af6cfba1f1afebcd478d682ac1f41b3 /libasn1compiler/asn1c_misc.c
parent7cbbc906470b7a53d8ae226d81275cb3d2b24045 (diff)
more PER support
Diffstat (limited to 'libasn1compiler/asn1c_misc.c')
-rw-r--r--libasn1compiler/asn1c_misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libasn1compiler/asn1c_misc.c b/libasn1compiler/asn1c_misc.c
index c8adce66..543a165b 100644
--- a/libasn1compiler/asn1c_misc.c
+++ b/libasn1compiler/asn1c_misc.c
@@ -158,7 +158,8 @@ asn1c_type_name(arg_t *arg, asn1p_expr_t *expr, enum tnfmt _format) {
while(top_parent->parent_expr)
top_parent = top_parent->parent_expr;
- DEBUG("asn1c_type_name(%s: 0x%x)", expr->Identifier, expr->expr_type);
+ if(0) DEBUG("asn1c_type_name(%s: 0x%x)",
+ expr->Identifier, expr->expr_type);
switch(expr->expr_type) {
case A1TC_REFERENCE: