Commit 929408ba by Nathan Sidwell Committed by Nathan Sidwell

* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.

From-SVN: r39565
parent 3b635dfc
2001-02-09 Nathan Sidwell <nathan@codesourcery.com>
* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
2001-02-08 Loren J. Rittle <ljrittle@acm.org> 2001-02-08 Loren J. Rittle <ljrittle@acm.org>
* src/locale-inst.cc (fill_n): Instantiate with size_t arguments. * src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
......
...@@ -103,7 +103,7 @@ namespace std { ...@@ -103,7 +103,7 @@ namespace std {
#ifdef _GLIBCPP_USE_LONG_LONG #ifdef _GLIBCPP_USE_LONG_LONG
# ifdef _GLIBCPP_HAVE_LLDIV_T # ifdef _GLIBCPP_HAVE_LLDIV_T
struct lldiv_t : _C_legacy::_CPP_lldiv_t_captur { }; struct lldiv_t : _C_legacy::_CPP_lldiv_t_capture { };
# else # else
struct lldiv_t struct lldiv_t
{ {
......
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