Commit bd25febf by Kaveh R. Ghazi Committed by Kaveh Ghazi

* ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.

From-SVN: r57170
parent d48d6e79
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.
......
......@@ -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"); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment