# HG changeset patch # User Kim Alvefur # Date 1536966359 -7200 # Node ID d8496858c809bdfd13cf6906ae65ea004bbd23fa # Parent 4aa522b9e1c451bafb2a35548e5d1f0c7c39ca72 util.poll: Remove 'inline' from function declaration Why does this fix building? diff -r 4aa522b9e1c4 -r d8496858c809 util-src/poll.c --- a/util-src/poll.c Sat Sep 15 01:01:04 2018 +0200 +++ b/util-src/poll.c Sat Sep 15 01:05:59 2018 +0200 @@ -228,7 +228,7 @@ /* * Check previously manipulated event state for FDs ready for reading or writing */ -inline int Lpushevent(lua_State *L, struct Lpoll_state *state) { +int Lpushevent(lua_State *L, struct Lpoll_state *state) { #ifdef USE_EPOLL if(state->processed > 0) {