* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.
From-SVN: r39565
This commit is contained in:
parent
3b635dfc2c
commit
929408ba11
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* src/locale-inst.cc (fill_n): Instantiate with size_t arguments.
|
||||
|
@ -103,7 +103,7 @@ namespace std {
|
||||
|
||||
#ifdef _GLIBCPP_USE_LONG_LONG
|
||||
# ifdef _GLIBCPP_HAVE_LLDIV_T
|
||||
struct lldiv_t : _C_legacy::_CPP_lldiv_t_captur { };
|
||||
struct lldiv_t : _C_legacy::_CPP_lldiv_t_capture { };
|
||||
# else
|
||||
struct lldiv_t
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user