K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-08-20T06:46:33.647790Z K 7 svn:log V 326 During the exp-run in PR 201377, it was found that `games/doomlegacy' gives errors with a recent Clang 3.7.0 snapshot (final linking fails). This is because the program uses the wrong form of inline function, causing linking to fail. This can be fixed easily by using "static inline" instead. PR: 202498 Submitted by: dim END