Skip to content

Commit

Permalink
Avoid different function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Jul 23, 2024
1 parent ae98c79 commit 1e687c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third/lua/lauxlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,6 @@ cache_clear(lua_State *L) {
return 0;
}

int luaopen_cache(lua_State *L);

LUAMOD_API int luaopen_cache(lua_State *L) {
luaL_Reg l[] = {
{ "clear", cache_clear },
Expand Down

0 comments on commit 1e687c3

Please sign in to comment.