a more complete patch that removes some
unnecessary inline keywords
(gcc in c99 mode incorrectly assumes that an
inline function definition has external linkage
even if a prior static declaration exists)
since it is enough to specify inline only
once i removed it from the function definition
(i think this also has the expected behaviour
with the gnu and c++ inline semantics if anyone
cares)
Received on Mon Jun 10 2013 - 00:32:38 CEST