]> granicus.if.org Git - clang/commitdiff
change the __VERSION__ string to be more sensible. It would be useful to include...
authorChris Lattner <sabre@nondot.org>
Tue, 24 Mar 2009 16:09:18 +0000 (16:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Mar 2009 16:09:18 +0000 (16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67619 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Preprocessor.cpp

index 811ea69760ad780e50ec5f307945247f41a51bfe..a43bb6427e90504302dc5ae0f9d3acd6384e2039 100644 (file)
@@ -471,8 +471,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
   DefineBuiltinMacro(Buf, "__GNUC_PATCHLEVEL__=1");
   DefineBuiltinMacro(Buf, "__GNUC__=4");
   DefineBuiltinMacro(Buf, "__GXX_ABI_VERSION=1002");
-  DefineBuiltinMacro(Buf, "__VERSION__=\"4.2.1 (Apple Computer, Inc. "
-                     "build 5621) (dot 3)\"");
+  DefineBuiltinMacro(Buf, "__VERSION__=\"4.2.1 Compatible Clang Compiler\"");
   
   
   // Initialize language-specific preprocessor defines.