diff options
Diffstat (limited to 'ltable.h')
-rw-r--r-- | ltable.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | /* returns the Node, given the value of a table entry */ | 29 | /* returns the Node, given the value of a table entry */ |
30 | #define nodefromval(v) cast(Node *, (v)) | 30 | #define nodefromval(v) cast(Node *, (v)) |
31 | 31 | ||
32 | 32 | ||
33 | LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key); | 33 | LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key); |