aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-04 23:50:56 +0000
committerLev Walkin <vlm@lionet.info>2005-03-04 23:50:56 +0000
commitbf56d5495ef4e9deb9fbf8b51e80fac5a277e49c (patch)
tree012ccf7f0820f75fbc5e57dc6b3b1e3f9e307905 /libasn1compiler
parentcaf0d5a75540305124cb8c56c768a43a483deab6 (diff)
removed suprtfluous stuff
Diffstat (limited to 'libasn1compiler')
-rw-r--r--libasn1compiler/asn1c_C.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index d97d2463..5615328e 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -920,7 +920,7 @@ asn1c_lang_C_type_SIMPLE_TYPE(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) {
tnfmt = TNF_RSAFE;
REDIR(OT_FWD_DECLS);
- OUT("%s;\t/* Forward declaration */\n",
+ OUT("%s;\n",
asn1c_type_name(arg, arg->expr, tnfmt));
}
}
@@ -1569,7 +1569,7 @@ emit_include_dependencies(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) {
int saved_target = arg->target->target;
REDIR(OT_FWD_DECLS);
- OUT("%s;\t/* Forward declaration */\n",
+ OUT("%s;\n",
asn1c_type_name(arg, memb, TNF_RSAFE));
REDIR(saved_target);
memb->marker.flags |= EM_UNRECURSE;