mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
detail (removing spaces at end of lines)
This commit is contained in:
parent
9903dd52a3
commit
2a235312f0
12 changed files with 30 additions and 30 deletions
4
lvm.h
4
lvm.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lvm.h,v 2.39 2015/09/09 13:44:07 roberto Exp roberto $
|
||||
** $Id: lvm.h,v 2.40 2016/01/05 16:07:21 roberto Exp roberto $
|
||||
** Lua virtual machine
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
#define luaV_settable(L,t,k,v) { const TValue *slot; \
|
||||
if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
|
||||
luaV_finishset(L,t,k,v,slot); }
|
||||
|
||||
|
||||
|
||||
|
||||
LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue