X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fnumber.h;h=9f3363c6c0f29401c203ba0f92c73d42f88ae540;hp=a2dc79201af18d4d6d44ba3cc77dd531c35eddb6;hb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e diff --git a/src/types/number.h b/src/types/number.h index a2dc792..9f3363c 100644 --- a/src/types/number.h +++ b/src/types/number.h @@ -63,7 +63,7 @@ struct psi_number { token_t type; unsigned flags; union { - char *numb; + zend_string *numb; impl_val ival; struct psi_const *cnst; struct psi_decl_var *dvar;