summaryrefslogtreecommitdiff
path: root/libstdc++-v3/acconfig.h
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-02 22:31:03 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-02 22:31:03 +0000
commit7bdf04918cd0d43988ae088d11c5b07f24e892ed (patch)
tree8c731ebbdfd5e94f77b13396db1b670dbbc9432a /libstdc++-v3/acconfig.h
parent1c0d4c2c79698aea2a478da65b1770b559f2ad0b (diff)
downloadgcc-7bdf04918cd0d43988ae088d11c5b07f24e892ed.tar.gz
2001-11-02 Phil Edwards <pme@gcc.gnu.org>
* acconfig.h: Update comments. * acinclude.m4 (GLIBCPP_ENABLE_C99): Move strtoll, strtoull tests... (GLIBCPP_ENABLE_LONG_LONG): ...to here. Don't check enable_c99. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * include/bits/boost_concept_check.h: Unconditionally compile uses of 'long long' which require only compiler support, not C lib support. * include/bits/cpp_type_traits.h: Likewise. * include/bits/std_limits.h: Likewise. * include/bits/type_traits.h: Likewise. * src/concept-inst.cc: Likewise. * src/limits.cc: Likewise. * include/c_shadow/stdlib.h: Compile conditionally on _GLIBCPP_USE_C99 instead of _GLIBCPP_USE_LONG_LONG. * include/c_shadow/bits/std_cstdlib.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46723 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r--libstdc++-v3/acconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h
index c9aedef1c5f..3950f608786 100644
--- a/libstdc++-v3/acconfig.h
+++ b/libstdc++-v3/acconfig.h
@@ -10,16 +10,16 @@
#undef HAVE_GETTEXT
#undef HAVE_STPCPY
-// Define if GCC supports weak symbols
+// Define if GCC supports weak symbols.
#undef _GLIBCPP_SUPPORTS_WEAK
-// Define if gthr-default.h exists (meaning that threading support is enabled)
+// Define if gthr-default.h exists (meaning that threading support is enabled).
#undef HAVE_GTHR_DEFAULT
-// Include support for 'long long' and 'unsigned long long'.
+// Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCPP_USE_LONG_LONG
-// Define if code specialized for wchar_t should be used.
+// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
#undef _GLIBCPP_USE_C99
// Include support for 'long double'.