Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parsing linkage specifier from global function declaration
Our very own "tools/dmake.cpp" had a function declaration featuring "static void foobar()" while the function implementation did not have the 'static' keyword (which is perfectly legal code).