* ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 15 Sep 2002 19:10:12 +0000 (19:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 15 Sep 2002 19:10:12 +0000 (19:10 +0000)
From-SVN: r57170

gcc/ChangeLog
gcc/config/ia64/aix.h

index 4b8e63f35d9e3ab6664fec610963ad96208ab0d7..dbe92ef9cd6fbc575b4ccfbf77a237d77f275466 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
+
 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        * ChangeLog: Follow spelling conventions.
index 9d656bdff6e08a2bf74a13b579f40fe269b2d63a..c9dca9c4f12a04ad7d7a2e7ead3c832e12246e02 100644 (file)
@@ -74,7 +74,7 @@ Boston, MA 02111-1307, USA.  */
 /* Target OS builtins.  */
 #define TARGET_OS_CPP_BUILTINS()                       \
 do {                                                   \
-       if (iso_flag)                                   \
+       if (flag_iso)                                   \
          builtin_define("_ANSI_C_SOURCE");             \
        builtin_define("_AIX");                         \
        builtin_define("_AIX64");                       \