Forward declaration for all functions.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-12 21:58:27 +02:00
parent 59c15caf4e
commit aa6e00db27
2 changed files with 80 additions and 2 deletions

View File

@@ -981,8 +981,6 @@ PH7_PRIVATE sxi32 PH7_CompileList(ph7_gen_state *pGen, sxi32 iCompileFlag) {
/* Node successfully compiled */
return SXRET_OK;
}
/* Forward declaration */
static sxi32 PH7_GenStateCompileFunc(ph7_gen_state *pGen, SyString *pName, sxi32 iFlags, int bHandleClosure, ph7_vm_func **ppFunc);
/*
* Compile an anonymous function or a closure.
* According to the PHP language reference