aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2016-12-22 11:08:50 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2016-12-22 11:08:50 -0200
commit2a235312f029cbd2b1eb79f158d4f74b3ffa1b85 (patch)
treeee359ba97c390d1d6709243ab7c92c1e8252617a /lvm.h
parent9903dd52a39fbe4531596b1266e226f01769de21 (diff)
downloadlua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.gz
lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.tar.bz2
lua-2a235312f029cbd2b1eb79f158d4f74b3ffa1b85.zip
detail (removing spaces at end of lines)
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 f6f99c7a..ca75a338 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 2.39 2015/09/09 13:44:07 roberto Exp roberto $ 2** $Id: lvm.h,v 2.40 2016/01/05 16:07:21 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*/
@@ -90,7 +90,7 @@
90#define luaV_settable(L,t,k,v) { const TValue *slot; \ 90#define luaV_settable(L,t,k,v) { const TValue *slot; \
91 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \ 91 if (!luaV_fastset(L,t,k,slot,luaH_get,v)) \
92 luaV_finishset(L,t,k,v,slot); } 92 luaV_finishset(L,t,k,v,slot); }
93 93
94 94
95 95
96LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2); 96LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);