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