diff options
Diffstat (limited to 'c-api')
| -rw-r--r-- | c-api/compat-5.3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c-api/compat-5.3.h b/c-api/compat-5.3.h index 3f1cacc..c70ea33 100644 --- a/c-api/compat-5.3.h +++ b/c-api/compat-5.3.h | |||
| @@ -259,7 +259,7 @@ COMPAT53_API void lua_rotate (lua_State *L, int idx, int n); | |||
| 259 | #define lua_seti COMPAT53_CONCAT(COMPAT53_PREFIX, _seti) | 259 | #define lua_seti COMPAT53_CONCAT(COMPAT53_PREFIX, _seti) |
| 260 | COMPAT53_API void lua_seti (lua_State *L, int index, lua_Integer i); | 260 | COMPAT53_API void lua_seti (lua_State *L, int index, lua_Integer i); |
| 261 | 261 | ||
| 262 | #define lua_strtonum COMPAT53_CONCAT(COMPAT53_PREFIX, _stringtonumber) | 262 | #define lua_stringtonumber COMPAT53_CONCAT(COMPAT53_PREFIX, _stringtonumber) |
| 263 | COMPAT53_API size_t lua_stringtonumber (lua_State *L, const char *s); | 263 | COMPAT53_API size_t lua_stringtonumber (lua_State *L, const char *s); |
| 264 | 264 | ||
| 265 | #define luaL_getmetafield(L, o, e) \ | 265 | #define luaL_getmetafield(L, o, e) \ |
