X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcpp.c;fp=src%2Fcpp.c;h=1300d57e9513e5b5a43410386ce5733df2bf47d8;hp=64a1b55562aef6e778f81f1264ebe37e7df91b50;hb=2559f07a178b681dc240e20153ff5abdff54cb34;hpb=f24325648c601d4b0835074f271072f4832e4478 diff --git a/src/cpp.c b/src/cpp.c index 64a1b55..1300d57 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -173,7 +173,7 @@ static bool psi_cpp_stage1(struct psi_cpp *cpp) no_ws->type = PSI_T_NO_WHITESPACE; zend_string_release(no_ws->text); - no_ws->text = zend_string_init("\xA0", 1, 1); + no_ws->text = zend_string_init_interned("\xA0", 1, 1); psi_cpp_tokiter_add(cpp, no_ws); continue; }