Get rid of extern "C" from the Win64 EH header.
authorCharles Davis <cdavis@mines.edu>
Sun, 15 May 2011 17:09:26 +0000 (17:09 +0000)
committerCharles Davis <cdavis@mines.edu>
Sun, 15 May 2011 17:09:26 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131381 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Win64EH.h

index 54ed68c52f27ba15f49c0cee6b48a04e321e094e..f989364e06fb796041b9e4f63777e07eb0a3bc52 100644 (file)
@@ -19,8 +19,6 @@
 namespace llvm {
 namespace Win64EH {
 
-extern "C" {
-
 /// UnwindOpcodes - Enumeration whose values specify a single operation in
 /// the prolog of a function.
 enum UnwindOpcodes {
@@ -92,8 +90,6 @@ inline void *getExceptionData(UnwindInfo &info) {
                                               getLanguageSpecificData(info))+1);
 }
 
-} // End of extern "C"
-
 } // End of namespace Win64EH
 } // End of namespace llvm