From 09e7400349b84be93c6153ba30a859599b3297ee Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 9 Dec 2019 19:36:40 +0100 Subject: [PATCH] Add forward declaration for VmExecIncludedFile(). --- engine/vm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/vm.c b/engine/vm.c index e94ce6f..fe9c1b4 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -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.