Commit a1ab4696 by Kaveh Ghazi

Fix a typo in a comment in my last checkin.

From-SVN: r53631
parent 4e664ef1
...@@ -116,7 +116,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -116,7 +116,7 @@ Boston, MA 02111-1307, USA. */
prior to 6.5. They normally get defined in SUBTARGET_CPP_SPEC if prior to 6.5. They normally get defined in SUBTARGET_CPP_SPEC if
!ansi, for g++ we want them regardless. We don't need this on !ansi, for g++ we want them regardless. We don't need this on
irix6.5 itself, but it shouldn't hurt other than the namespace irix6.5 itself, but it shouldn't hurt other than the namespace
polution. */ pollution. */
#undef CPLUSPLUS_CPP_SPEC #undef CPLUSPLUS_CPP_SPEC
#define CPLUSPLUS_CPP_SPEC "\ #define CPLUSPLUS_CPP_SPEC "\
-D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS \ -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS \
......
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