clearer separation

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@754 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-03-05 00:08:41 +00:00
parent 5feb752f85
commit 92d3cad5ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
}