Commit dbb8990a authored by Denis Filatov's avatar Denis Filatov Committed by Lev Walkin

use special name decoration for embedded annonymous types

parent 18660d26
...@@ -3348,7 +3348,8 @@ out_name_chain(arg_t *arg, enum onc_flags onc_flags) { ...@@ -3348,7 +3348,8 @@ out_name_chain(arg_t *arg, enum onc_flags onc_flags) {
char *id; char *id;
if((arg->flags & A1C_COMPOUND_NAMES if((arg->flags & A1C_COMPOUND_NAMES
|| onc_flags & ONC_force_compound_name) || onc_flags & ONC_force_compound_name
|| arg->embed)
&& ((expr->expr_type & ASN_CONSTR_MASK) && ((expr->expr_type & ASN_CONSTR_MASK)
|| expr->expr_type == ASN_BASIC_ENUMERATED || expr->expr_type == ASN_BASIC_ENUMERATED
|| ((expr->expr_type == ASN_BASIC_INTEGER || ((expr->expr_type == ASN_BASIC_INTEGER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment