Skip to content

Commit

Permalink
Huh
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 committed May 14, 2023
1 parent d33a6d7 commit 1996a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hxlua/Lua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ extern class Lua
static function gethookcount(L:cpp.RawPointer<Lua_State>):Int;

@:native("lua_setcstacklimit")
static function setcstacklimit(L:cpp.RawPointer<Lua_State>, limit:cpp.UInt32):Int;
static function setcstacklimit(L:cpp.RawPointer<Lua_State>, limit:UInt):Int;

@:native("::String(LUA_FILEHANDLE)")
static var FILEHANDLE:String;
Expand Down

0 comments on commit 1996a8b

Please sign in to comment.