X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.c;h=9d3395cead126fa366552b0f434395e5b2880fde;hp=9475ff9bf029f65eed38221be97ad4e150dc34a8;hb=2d34b0c215608bc3eae007ce5f4e80eae3c1e147;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f diff --git a/src/parser.c b/src/parser.c index 9475ff9..9d3395c 100644 --- a/src/parser.c +++ b/src/parser.c @@ -151,7 +151,7 @@ static inline zend_string *macro_to_constant(struct psi_parser *parser, token_t typ = psi_num_exp_exec(scope->macro->exp, &res, NULL, scope->cpp); switch (typ) { - CASE_IMPLVAL_NUM_PRINTF(smart_str_append_printf, &str, res); + CASE_IMPLVAL_NUM_PRINTF(smart_str_append_printf, &str, res, true); default: assert(0); }