X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Fnumber.c;fp=src%2Ftypes%2Fnumber.c;h=4cb1f0295153549f318f686d1822619afb9b342b;hb=7fb50f31e25b1cc307ef59fb9cbfe71e4c2283c5;hp=057bd9fb8d3d2a2629c9d95185378235cb6a5600;hpb=53495ef4bd0321f7f92dd05eef8e01b90d7b415a;p=m6w6%2Fext-psi diff --git a/src/types/number.c b/src/types/number.c index 057bd9f..4cb1f02 100644 --- a/src/types/number.c +++ b/src/types/number.c @@ -224,6 +224,9 @@ void psi_number_dump(int fd, struct psi_number *exp) case PSI_T_QUOTED_CHAR: dprintf(fd, "%s", exp->data.numb); break; + case PSI_T_FUNCTION: + psi_cpp_macro_call_dump(fd, exp->data.call); + break; case PSI_T_CONST: dprintf(fd, "%s", exp->data.cnst->name); break;