Add forward declaration for VmExecIncludedFile().
已通過所有檢查
The build was successful.

此提交包含在:
2019-12-09 19:36:40 +01:00
父節點 cb91a4bbf4
當前提交 09e7400349

查看文件

@@ -472,6 +472,7 @@ static int VmOverloadCompare(SyString *pFirst, SyString *pSecond) {
return (int)(zFin - zPtr);
}
/* Forward declaration */
static sxi32 VmExecIncludedFile(ph7_vm *pVm, SyString *pPath, int iFlags);
static sxi32 VmLocalExec(ph7_vm *pVm, SySet *pByteCode, ph7_value *pResult);
/*
* Select the appropriate VM function for the current call context.