summaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-11-14 14:16:21 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-11-14 14:16:21 -0200
commitb40c9f7a3ce181134e12d13c0d2284c8fd093735 (patch)
treeb07ee6fb441e8dc93a508c067a4021da14fed6cb /lvm.h
parent41fd639cab8e2835ad2860442c19eb78fbc777be (diff)
downloadlua-github-b40c9f7a3ce181134e12d13c0d2284c8fd093735.tar.gz
better code to signal write barriers
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.h b/lvm.h
index 17cbfb8c..028bb28d 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
/*
-** $Id: lvm.h,v 1.45 2002/08/05 17:36:24 roberto Exp roberto $
+** $Id: lvm.h,v 1.46 2002/08/07 19:22:39 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -25,7 +25,7 @@
int luaV_lessthan (lua_State *L, const TObject *l, const TObject *r);
int luaV_equalval (lua_State *L, const TObject *t1, const TObject *t2);
const TObject *luaV_tonumber (const TObject *obj, TObject *n);
-int luaV_tostring (lua_State *L, TObject *obj);
+int luaV_tostring (lua_State *L, StkId obj);
const TObject *luaV_gettable (lua_State *L, const TObject *t, TObject *key,
int loop);
void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val);