* config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.

From-SVN: r71030
This commit is contained in:
Rainer Orth 2003-09-03 18:10:56 +00:00 committed by Rainer Orth
parent 4a46cbfb11
commit b689848ffd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-09-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
Wed Sep 3 16:55:25 CEST 2003 Jan Hubicka <jh@suse.cz>
* Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.

View File

@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */
TARGET_SUB_OS_CPP_BUILTINS(); \
} while (0)
/* The system headers under Solaris (at least 2.5.1 and up) are C++-aware. */
/* The system headers under Solaris 2 are C++-aware since 2.0. */
#define NO_IMPLICIT_EXTERN_C
/* The sun bundled assembler doesn't accept -Yd, (and neither does gas).