aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-05 00:08:41 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-03-05 00:08:41 +0000
commit92d3cad5edc45fdcf62369e8f3de188978545e19 (patch)
tree87c06c82a51841a32e39a62ef2ece6ff80aaeb3c /libasn1compiler
parent5feb752f8570d7c39aa69f9f664aa7aabbabfa70 (diff)
clearer separation
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@754 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1compiler')
-rw-r--r--libasn1compiler/asn1c_C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index 5615328e..d3808767 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -1911,7 +1911,7 @@ out_name_chain(arg_t *arg, int check_reserved_keywords) {
out_name_chain(&tmparg, 0);
- OUT("_"); /* a separator between id components */
+ OUT("__"); /* a separator between id components */
/* Fall through */
}