aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccgen.c')
-rw-r--r--tccgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccgen.c b/tccgen.c
index af1abc1..363e6f9 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -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");