X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcpp.c;h=eaf43f800dce273f81c9724e73bb8236777d9d23;hp=6b7bb53e75f9f5ba88752087c753258ed9a26f23;hb=f077a911ab3d74c43a6316d745e885446820e7bf;hpb=d2e0af1718294569a84c3c15616c74e4d55ea579 diff --git a/src/cpp.c b/src/cpp.c index 6b7bb53..eaf43f8 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -29,17 +29,18 @@ # include "php_config.h" #endif +#include "php_psi.h" + #include #include "cpp.h" #include "parser.h" +#include "debug.h" #define PSI_CPP_SEARCH #define PSI_CPP_PREDEF #include "php_psi_predef.h" -#include "php_psi.h" - HashTable psi_cpp_defaults; PHP_MINIT_FUNCTION(psi_cpp);