X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fassert_stmt.c;h=ee9e50eab2acb2babe8ef4250e84278d946c58cf;hb=cd0567b4052ee24259bc6b8a9858af9d26f3de48;hp=690919111a66beb921d106e5b73c7d205988c5a6;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/assert_stmt.c b/src/types/assert_stmt.c index 6909191..ee9e50e 100644 --- a/src/types/assert_stmt.c +++ b/src/types/assert_stmt.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 "data.h" #include "calc.h" @@ -89,7 +93,6 @@ void psi_assert_stmt_throw(struct psi_assert_stmt *stmt) { struct psi_dump dump; smart_str str = {0}; - zend_string *message; dump.ctx.hn = &str; dump.fun = (psi_dump_cb) smart_str_append_printf;