From 01633091bb222adb2101037097cdf79aa216be59 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sat, 5 Mar 2005 00:08:41 +0000 Subject: clearer separation --- libasn1compiler/asn1c_C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- cgit v1.2.3