Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / lib / gcc34 / libstdc++ / ctype_noninline.h.patch
1 $DragonFly: src/gnu/lib/gcc34/libstdc++/ctype_noninline.h.patch,v 1.2 2005/06/09 23:38:00 corecode Exp $
2
3 Index: ctype_noninline.h
4 ===================================================================
5 RCS file: /cvs/src/contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h,v
6 retrieving revision 1.3
7 diff -u -r1.3 ctype_noninline.h
8 --- config/os/bsd/netbsd/ctype_noninline.h      2 Mar 2005 00:56:21 -0000       1.3
9 +++ config/os/bsd/netbsd/ctype_noninline.h      7 Mar 2005 12:15:21 -0000
10 @@ -33,11 +33,11 @@
11    
12  // Information as gleaned from /usr/include/ctype.h
13  
14 -  extern "C" const u_int8_t _C_ctype_[];
15 +  extern "C" const __uint16_t __libc_C_ctype_[];
16  
17    const ctype_base::mask*
18    ctype<char>::classic_table() throw()
19 -  { return _C_ctype_ + 1; }
20 +  { return __libc_C_ctype_ + 1; }
21  
22    ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
23                      size_t __refs)