Commit 675b92aa6b6c8124c8ccf9535e338fd37b8b9977 Parent 52045957a87f2c86f61f2054cafbebe050a1299b Author Nick Wellnhofer <wellnhofer@aevum.de> Date Sun, 16 Nov 2014 21:56:49 +0100 Move inline function definitions to header files Inline functions must be defined in header files in order to be inlined in other compilation units. This also fixes the MSVC build where out-of-line versions weren't created and allows to remove the -fgnu89-inline flag.