darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 9 Jul 2005 00:42:42 +0000 (00:42 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 9 Jul 2005 00:42:42 +0000 (17:42 -0700)
2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.

From-SVN: r101809

gcc/ChangeLog
gcc/config/darwin.h

index 498406c772288228cfa920b8807690ce0a3c7a0d..94b1f2579994b34c80678b1a17b260d1328d247d 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
+
 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
 
        * Makefile.in (TREE_H): Add treestruct.def.
index 9802fe4cf46a260edc5fae542daa71d1c5966956..b5cb068007bf155d21e848fed05157ac891266fe 100644 (file)
@@ -1029,7 +1029,7 @@ void add_framework_path (char *);
 #define TARGET_HAS_F_SETLKW
 
 /* All new versions of Darwin have C99 functions.  */
-#define TARGET_C99_FUNCTIONS
+#define TARGET_C99_FUNCTIONS 1
 
 #define WINT_TYPE "int"