summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-25 19:36:53 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-25 19:36:53 +0000
commit4248e177ae809834d56e182810265aa04807b812 (patch)
tree17caf37d53582f8f72eddcb258067ff9b4737442 /libstdc++-v3/testsuite
parent811c1b69e447c7e5435ee5e593271b5a6bf843ad (diff)
downloadgcc-4248e177ae809834d56e182810265aa04807b812.tar.gz
* acinclude.m4: Change C9X references to refer to C99.
* aclocal.m4, configure: Regenerate. * config/os/gnu-linux/bits/os_defines.h, src/complex.cc, testsuite/22_locale/codecvt_wchar_t_char.cc, include/bits/stl_config.h, include/c/bits/std_cwchar.h, libmath/mathconf.h: Change C9X references to refer to C99. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37743 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r--libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc b/libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc
index 3f7c83bcb39..8ea65743a1f 100644
--- a/libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc
+++ b/libstdc++-v3/testsuite/22_locale/codecvt_wchar_t_char.cc
@@ -26,7 +26,7 @@
// Need to explicitly set the state(mbstate_t) to zero.
-// How to do this is not specified by the ISO C9X standard, so we
+// How to do this is not specified by the ISO C99 standard, so we
// might need to add some operators to make the intuiative case
// work:
// w_codecvt::state_type state00;