X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fcpp_macro_call.c;h=e1277ca9640f9215e212d525a95422f38b2ed193;hp=fb32bc0dccd5e4c611ada58b9a9293b596f1d439;hb=a7ac1c0a3c855321f21682c127a4b707de33a303;hpb=35060621f2fd5079502543d17942127c1a602f72 diff --git a/src/types/cpp_macro_call.c b/src/types/cpp_macro_call.c index fb32bc0..e1277ca 100644 --- a/src/types/cpp_macro_call.c +++ b/src/types/cpp_macro_call.c @@ -47,7 +47,7 @@ struct psi_cpp_macro_call *psi_cpp_macro_call_copy( } if (call->args) { copy->args = psi_plist_copy(call->args, - (void (*)(void*)) psi_token_copy_ctor); + (void (*)(void*)) psi_num_exp_copy_ctor); } return copy; }