Skip to content

Commit

Permalink
remove duplicated macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Jan 20, 2024
1 parent 8be9e52 commit 685be54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golua/lua/lua54/lua.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ LUA_API void (lua_closeslot) (lua_State *L, int idx);

#endif

#define lua_newuserdata(L,s) lua_newuserdatauv(L,s,1)
#define lua_getuservalue(L,idx) lua_getiuservalue(L,idx,1)
#define lua_setuservalue(L,idx) lua_setiuservalue(L,idx,1)

Expand Down

0 comments on commit 685be54

Please sign in to comment.