Commit d58b121e authored by Mouse's avatar Mouse

Merge remote-tracking branch 'upstream/pr/234' into vlm_master

parents c2487f5e 8f68defb
......@@ -283,6 +283,7 @@ c_presence_name(arg_t *arg, asn1p_expr_t *expr) {
abuf_clear(&ab);
abuf_str(&ab, asn1c_prefix());
if(expr) {
/* NB: do not use part_name, doesn't work for -fcompound-names */
abuf_str(&ab, c_name_impl(arg, arg->expr, 0).base_name);
......
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