mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 19:19:10 +00:00
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:
parent
c36849c403
commit
090a929aea
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user