]> granicus.if.org Git - clang/commitdiff
Fix closing brace around ifdef.
authorEric Christopher <echristo@gmail.com>
Wed, 18 Sep 2013 22:40:18 +0000 (22:40 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 18 Sep 2013 22:40:18 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190965 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/Intrin.h

index 6fd76e311b97d02852b3ef74bdc2c6f881ccc04b..b80fa1e4cb98efb2ed5a988030c43dd9509c7eee 100644 (file)
@@ -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