diff options
Diffstat (limited to 'lvm.h')
-rw-r--r-- | lvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.h,v 2.42 2017/05/11 18:57:46 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 2.43 2017/06/01 20:23:27 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 | */ |
@@ -76,7 +76,7 @@ | |||
76 | 76 | ||
77 | /* | 77 | /* |
78 | ** Finish a fast set operation (when fast get succeeds). In that case, | 78 | ** Finish a fast set operation (when fast get succeeds). In that case, |
79 | ** 'slot' points to the place to put the value. | 79 | ** 'slot' points to the place to put the value. |
80 | */ | 80 | */ |
81 | #define luaV_finishfastset(L,t,slot,v) \ | 81 | #define luaV_finishfastset(L,t,slot,v) \ |
82 | { setobj2t(L, cast(TValue *,slot), v); \ | 82 | { setobj2t(L, cast(TValue *,slot), v); \ |