cpp: avoid a gazillion calls to memcpy/memmove
[m6w6/ext-psi] / src / types / cpp_exp.c
index ded4db5b614ea86a548d3aa0a3f7dfb6f5f7154c..6f0fff04d74c748e6f1d08c80f7795e226c9d867 100644 (file)
@@ -184,6 +184,8 @@ void psi_cpp_exp_exec(struct psi_cpp_exp *exp, struct psi_cpp *cpp, struct psi_d
                        exp->token->text->val, cpp->level, cpp->skip);
 
 #if PSI_CPP_DEBUG
+       fflush(stderr);
+       dprintf(2, "PSI: CPP exec -> ");
        psi_cpp_exp_dump(2, exp);
 #endif