X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=de5ba10fbdebede9a99037a54a0e393b121e834c;hp=19bea06429c90c35cebbf12f921f592d241da163;hb=2454ceb434f8190937580d1cca96f5737908224e;hpb=77a446cbcdce6558c00066e5f13e43e8b1b18ff7 diff --git a/src/parser.h b/src/parser.h index 19bea06..de5ba10 100644 --- a/src/parser.h +++ b/src/parser.h @@ -43,6 +43,9 @@ typedef union impl_val { uint64_t u64; float fval; double dval; +#ifdef HAVE_LONG_DOUBLE + long double ldval; +#endif union { zend_bool bval; zend_long lval;