diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.68 2006/09/19 13:57:50 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.69 2006/09/19 14:06:45 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -247,7 +247,7 @@ static int lessequal (lua_State *L, const TValue *l, const TValue *r) { | |||
247 | } | 247 | } |
248 | 248 | ||
249 | 249 | ||
250 | int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2) { | 250 | int luaV_equalval_ (lua_State *L, const TValue *t1, const TValue *t2) { |
251 | const TValue *tm; | 251 | const TValue *tm; |
252 | lua_assert(ttype(t1) == ttype(t2)); | 252 | lua_assert(ttype(t1) == ttype(t2)); |
253 | switch (ttype(t1)) { | 253 | switch (ttype(t1)) { |