From b00ddc5b5f66312e46fcfc95aad953a0abb66b12 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 18 Sep 2013 22:40:18 +0000 Subject: [PATCH] Fix closing brace around ifdef. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190965 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/Intrin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Headers/Intrin.h b/lib/Headers/Intrin.h index 6fd76e311b..b80fa1e4cb 100644 --- a/lib/Headers/Intrin.h +++ b/lib/Headers/Intrin.h @@ -341,7 +341,9 @@ void __cdecl _xrstor64(void const *, unsigned __int64); void __cdecl _xsave64(void *, unsigned __int64); void __cdecl _xsaveopt64(void *, unsigned __int64); +#ifdef __cplusplus } #endif #endif #endif +#endif -- 2.40.0