Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed May 8, 2023
1 parent f4fa2e1 commit 445025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lauxlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ LUALIB_API void (luaL_vseti) (lua_State *L, int idx, int n, void *ctx);

#define luaL_tostring(L,n) (luaL_tolstring(L, (n), NULL))

#define luaL_typename(L,i) lua_typename(L, lua_type(L,(i)))
LUALIB_API const char * (luaL_typename) (lua_State *L, int idx);

#define luaL_dofile(L, fn) \
(luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
Expand Down

0 comments on commit 445025c

Please sign in to comment.