inp_expand_macro_in_str() needs recursive invocation to expand macros

This commit is contained in:
rlar 2013-09-12 20:48:27 +02:00
parent 534694645d
commit 7528d45740
1 changed files with 1 additions and 0 deletions

View File

@ -3147,6 +3147,7 @@ inp_expand_macro_in_str(struct function_env *env, char *str)
}
macro_str = inp_do_macro_param_replace(function, params);
macro_str = inp_expand_macro_in_str(env, macro_str);
keep = *fcn_name;
*fcn_name = '\0';
{