basic support for builtins
[m6w6/ext-psi] / src / types / cpp_macro_call.c
index fb32bc0dccd5e4c611ada58b9a9293b596f1d439..e1277ca9640f9215e212d525a95422f38b2ed193 100644 (file)
@@ -47,7 +47,7 @@ struct psi_cpp_macro_call *psi_cpp_macro_call_copy(
        }
        if (call->args) {
                copy->args = psi_plist_copy(call->args,
        }
        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;
 }
        }
        return copy;
 }