X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fnum_exp.c;h=34624204bec91d0b92f20958766cb0d3d0010249;hp=9388ad3dcc2d12d4365cf9575951c0bb5b94ce79;hb=1124354f4666e9d10d9ad3acfa45fdba3b99cfc6;hpb=b1c7c64ca1d1d9dc79a59c0f612bd07e7a997a60 diff --git a/src/types/num_exp.c b/src/types/num_exp.c index 9388ad3..3462420 100644 --- a/src/types/num_exp.c +++ b/src/types/num_exp.c @@ -23,7 +23,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -#include "php_psi_stdinc.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif #include @@ -31,6 +35,7 @@ #include "context.h" #include "call.h" #include "calc.h" +#include "debug.h" struct psi_num_exp *psi_num_exp_init_ternary(token_t op, struct psi_num_exp *cond, struct psi_num_exp *truthy, @@ -391,6 +396,7 @@ void psi_num_exp_dump(struct psi_dump *dump, struct psi_num_exp *exp) PSI_DUMP(dump, "("); psi_decl_type_dump(dump, exp->data.c.typ, 0); PSI_DUMP(dump, ")"); + psi_num_exp_dump(dump, exp->data.c.num); break; case PSI_T_NOT: