commit | 7776fc36d361e631a4a1260c542e737724126603 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Mon Oct 05 15:44:18 2015 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Oct 05 15:44:18 2015 +0100 |
tree | 3ca6b45ae14fbbaaf05042b40864db6ed3e9b167 | |
parent | 5ae7984dc2ea61ba23fc856b119acc884c623be0 [diff] [blame] | |
parent | 5a2e389811f10d873f21dd461cdee89a497c74de [diff] [blame] |
Fix for #279 macroisation of 'inline' keyword
diff --git a/ChangeLog b/ChangeLog index e3353d0..c15e335 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,7 @@ Bugfix * Fix compile error in net.c with musl libc. Found and patch provided by zhasha (#278). + * Fix macroization of 'inline' keyword when building as C++. (#279) Changes * Fixed paths for check_config.h in example config files. (Found by bachp)