OSDN Git Service

Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Sep 2014 01:09:46 +0000 (01:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 23 Sep 2014 01:09:46 +0000 (01:09 +0000)
commit66e6cd27a32a84dceef1098f457ebefd76a3d129
tree35aa036c1c87fc291155711bfbbc0c8f13af94fe
parentc4ef4e47c2fada06a8ca9a1d1378afaa24e61dab
Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.

'extern "C" static' is not accepted by g++-4.7. Rather to tweak, I just removed 'extern "C"', since it doesn't affect the ABI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218290 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/DynamicLibrary.inc