X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=f16f8b853d717c3c49f463bd70f6e47580b59214;hp=0041155ce8827fac03035b92c5b18189dbf631e3;hb=e8a409b21cb50f5931ab02ce6ab4f4406be94394;hpb=70f215a31fab4be1fe3e80125eb401e11eb02b9f;ds=sidebyside diff --git a/src/parser.h b/src/parser.h index 0041155..f16f8b8 100644 --- a/src/parser.h +++ b/src/parser.h @@ -59,8 +59,8 @@ typedef union impl_val { zend_string *str; zend_fcall *cb; } zend; + zval zval; void *ptr; - uint8_t _dbg[sizeof(void *)]; } impl_val; typedef struct decl_type {