diff options
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); | |||
100 | 100 | ||
101 | LUALIB_API lua_State *(luaL_newstate) (void); | 101 | LUALIB_API lua_State *(luaL_newstate) (void); |
102 | 102 | ||
103 | LUALIB_API unsigned int luaL_makeseed (lua_State *L); | 103 | LUALIB_API unsigned luaL_makeseed (lua_State *L); |
104 | 104 | ||
105 | LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx); | 105 | LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx); |
106 | 106 | ||