r190965 - Fix closing brace around ifdef.
Eric Christopher
echristo at gmail.com
Wed Sep 18 15:40:18 PDT 2013
Author: echristo
Date: Wed Sep 18 17:40:18 2013
New Revision: 190965
URL: http://llvm.org/viewvc/llvm-project?rev=190965&view=rev
Log:
Fix closing brace around ifdef.
Modified:
cfe/trunk/lib/Headers/Intrin.h
Modified: cfe/trunk/lib/Headers/Intrin.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/Intrin.h?rev=190965&r1=190964&r2=190965&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/Intrin.h (original)
+++ cfe/trunk/lib/Headers/Intrin.h Wed Sep 18 17:40:18 2013
@@ -341,7 +341,9 @@ void __cdecl _xrstor64(void const *, uns
void __cdecl _xsave64(void *, unsigned __int64);
void __cdecl _xsaveopt64(void *, unsigned __int64);
+#ifdef __cplusplus
}
#endif
#endif
#endif
+#endif
More information about the cfe-commits
mailing list