use vpushv in some places

This commit is contained in:
grischka
2009-12-19 22:41:26 +01:00
parent 50b040ef83
commit 4a01eb09d8
4 changed files with 4 additions and 3 deletions

View File

@ -400,7 +400,7 @@ ST_FUNC void vswap(void)
vtop[-1] = tmp;
}
static void vpushv(SValue *v)
ST_FUNC void vpushv(SValue *v)
{
if (vtop >= vstack + (VSTACK_SIZE - 1))
error("memory full");