Rename function to save it from typo
All checks were successful
The build was successful.

This commit is contained in:
2018-08-11 23:21:40 +02:00
parent 576edc6c20
commit b61fc9d3e6
3 changed files with 8 additions and 8 deletions

View File

@@ -737,7 +737,7 @@ static sxi32 ExprExtractNode(ph7_gen_state *pGen, ph7_expr_node **ppNode) {
SyMemBackendPoolFree(&pGen->pVm->sAllocator, pNode);
return rc;
}
pNode->xCode = PH7_CompileAnnonFunc;
pNode->xCode = PH7_CompileAnonFunc;
}
} else if(PH7_IsLangConstruct(nKeyword, FALSE) == TRUE && &pCur[1] < pGen->pEnd) {
/* Language constructs [i.e: print,echo,die...] require special handling */