[libstdc++ PATCH]: Fix typo

Nathan Sidwell nathan@codesourcery.com
Fri Feb 9 06:15:00 GMT 2001


hi,
I've installed this obvious typo fix, built & tested on i686-pc-linux gnu.

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
2001-02-09  Nathan Sidwell  <nathan@codesourcery.com>

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

Index: include/c_shadow/bits/std_cstdlib.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/c_shadow/bits/std_cstdlib.h,v
retrieving revision 1.1
diff -c -3 -p -r1.1 std_cstdlib.h
*** std_cstdlib.h	2000/12/21 22:46:26	1.1
--- std_cstdlib.h	2001/02/09 14:07:43
*************** namespace std {
*** 103,109 ****
  
  #ifdef _GLIBCPP_USE_LONG_LONG
  # ifdef _GLIBCPP_HAVE_LLDIV_T
!   struct lldiv_t : _C_legacy::_CPP_lldiv_t_captur { };
  # else
    struct lldiv_t
    {
--- 103,109 ----
  
  #ifdef _GLIBCPP_USE_LONG_LONG
  # ifdef _GLIBCPP_HAVE_LLDIV_T
!   struct lldiv_t : _C_legacy::_CPP_lldiv_t_capture { };
  # else
    struct lldiv_t
    {


More information about the Gcc-patches mailing list