Skip to content

Commit e3845ce

Browse files
committed
Fix compilation of lua_registeruserdatadirectaccess with LUA_API
1 parent 76c2352 commit e3845ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VM/src/lapi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ void lua_getuserdatametatable(lua_State* L, int tag)
16001600
api_incr_top(L);
16011601
}
16021602

1603-
int LUA_API lua_registeruserdatadirectaccess(
1603+
int lua_registeruserdatadirectaccess(
16041604
lua_State* L,
16051605
int tag,
16061606
lua_UserdataDirectAccess get,

0 commit comments

Comments
 (0)