Get rid of extern "C" from the Win64 EH header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Charles Davis 2011-05-15 17:09:26 +00:00
parent c36849c403
commit 090a929aea

View 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