commit | 2b996f62ac23e6f77d24f6d5809262fd2d00c726 | [log] [tgz] |
---|---|---|
author | synergydev <synergye@codefi.re> | Sun Oct 20 16:34:58 2013 -0700 |
committer | synergy dev <synergye@codefi.re> | Fri Dec 06 10:30:23 2013 -0800 |
tree | 3c19135533e9842dcb0d9e8b8dbc0bdae3aa6a2d | |
parent | b269d503712d9f214297ef7dcf5991745626b675 [diff] |
jni: fix C99 inline linking Clang builds C code according to the C99 standard, which provides different semantics for the inline keyword than GCC's default behavior. This is the correct behavior without any gnu extensions. See here: http://clang.llvm.org/compatibility.html#inline Change-Id: I831a5189e027a2f0cb3c7d9cda56bd3701502863