]> granicus.if.org Git - clang/commitdiff
Since we are all working on Leopard, change the built-in MacOS X version number ...
authorSteve Naroff <snaroff@apple.com>
Sat, 10 Nov 2007 18:06:36 +0000 (18:06 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 10 Nov 2007 18:06:36 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43981 91177308-0d34-0410-b5e6-96231b3b80d8

Lex/Preprocessor.cpp

index 0d3ac521d05638efb687a58c673fcbeab69bf975..718b47693ae71cb1161ea485699aa31c36562fa3 100644 (file)
@@ -382,7 +382,7 @@ static void InitializePredefinedMacros(Preprocessor &PP,
   
   // Compiler set macros.
   DefineBuiltinMacro(Buf, "__APPLE_CC__=5250");
-  DefineBuiltinMacro(Buf, "__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=1030");
+  DefineBuiltinMacro(Buf, "__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=1050");
   DefineBuiltinMacro(Buf, "__GNUC_MINOR__=0");
   DefineBuiltinMacro(Buf, "__GNUC_PATCHLEVEL__=1");
   DefineBuiltinMacro(Buf, "__GNUC__=4");