Add forward declaration for VmExecIncludedFile().
The build was successful. Détails

Cette révision appartient à :
Rafal Kupiec 2019-12-09 19:36:40 +01:00
Parent cb91a4bbf4
révision 09e7400349
Signé par: belliash
ID de la clé GPG: 4E829243E0CFE6B4
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -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.