diff options
author | Charles Davis <cdavis@mines.edu> | 2011-05-15 17:09:26 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2011-05-15 17:09:26 +0000 |
commit | 090a929aeafb1315b4a03e3f64904ba1ccc32388 (patch) | |
tree | 7ca9452c066159bac9b4a58d568905720d2fd9a5 | |
parent | c36849c4037a0a79945e9b03a4a31e81dbdfbece (diff) |
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
-rw-r--r-- | include/llvm/Support/Win64EH.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/Win64EH.h b/include/llvm/Support/Win64EH.h index 54ed68c52f..f989364e06 100644 --- a/include/llvm/Support/Win64EH.h +++ b/include/llvm/Support/Win64EH.h @@ -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 |