Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit 89d5158d7e - Show all commits

View File

@ -2448,7 +2448,7 @@ static sxi32 PH7_CompileHalt(ph7_gen_state *pGen) {
*/
static sxi32 PH7_CompileVar(ph7_gen_state *pGen) {
sxi32 rc;
rc = PH7_GenCompileVar(pGen, 1);
rc = PH7_GenStateCompileVar(pGen, 1);
return rc;
}
/*