X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=src%2Ftypes%2Fnumber.h;h=9f3363c6c0f29401c203ba0f92c73d42f88ae540;hb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;hp=a2dc79201af18d4d6d44ba3cc77dd531c35eddb6;hpb=d57dd73ddbd960613cfc06bc4c9473b71d3598ef;p=m6w6%2Fext-psi 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;