diff options
author | wesolows <none@none> | 2005-08-18 18:05:02 -0700 |
---|---|---|
committer | wesolows <none@none> | 2005-08-18 18:05:02 -0700 |
commit | 159cf8a6ecac7ecbb601c9653abfd0fa878075d8 (patch) | |
tree | 8522849878731ec88a07c1301b3f43a817b6fbfb /usr/src/head/iso | |
parent | fbfd105d0c38ec23cf92df531ace2c1719b48098 (diff) | |
download | illumos-gate-159cf8a6ecac7ecbb601c9653abfd0fa878075d8.tar.gz |
6260411 several headers have typos
6266841 the C preprocessor is feeling abused by token pasting
6268776 cw should pass the -t option to the linker
6270170 CCNEEDED should be set properly in Makefile.master for g++ builds
6271934 cw should accept -xcrossfile
Diffstat (limited to 'usr/src/head/iso')
-rw-r--r-- | usr/src/head/iso/stdlib_iso.h | 2 | ||||
-rw-r--r-- | usr/src/head/iso/wchar_iso.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/head/iso/stdlib_iso.h b/usr/src/head/iso/stdlib_iso.h index 293cf10fea..2a636c59f3 100644 --- a/usr/src/head/iso/stdlib_iso.h +++ b/usr/src/head/iso/stdlib_iso.h @@ -97,7 +97,7 @@ typedef unsigned int size_t; /* (historical version) */ /* * wchar_t is a built-in type in standard C++ and as such is not * defined here when using standard C++. However, the GNU compiler - * fixincludes utility nonetheless creates it's own version of this + * fixincludes utility nonetheless creates its own version of this * header for use by gcc and g++. In that version it adds a redundant * guard for __cplusplus. To avoid the creation of a gcc/g++ specific * header we need to include the following magic comment: diff --git a/usr/src/head/iso/wchar_iso.h b/usr/src/head/iso/wchar_iso.h index 27e0b5988f..ab883c10e6 100644 --- a/usr/src/head/iso/wchar_iso.h +++ b/usr/src/head/iso/wchar_iso.h @@ -70,7 +70,7 @@ namespace std { /* * wchar_t is a built-in type in standard C++ and as such is not * defined here when using standard C++. However, the GNU compiler - * fixincludes utility nonetheless creates it's own version of this + * fixincludes utility nonetheless creates its own version of this * header for use by gcc and g++. In that version it adds a redundant * guard for __cplusplus. To avoid the creation of a gcc/g++ specific * header we need to include the following magic comment: |