From: Andris Pavenis Date: Tue, 13 Mar 2001 20:10:01 +0000 (+0200) Subject: ctype_noninline.h: Fix typo and remove duplicate definitions of __dj_ctype_* X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fafcb5c9370abb44c61fbbd68c8b4b09685e86fa;p=gcc.git ctype_noninline.h: Fix typo and remove duplicate definitions of __dj_ctype_* 2001-03-13 Andris Pavenis * config/djgpp/bits/ctype_noninline.h: Fix typo and remove duplicate definitions of __dj_ctype_* From-SVN: r40444 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fea829a5acb..d2e30752dea 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-03-13 Andris Pavenis + + * config/djgpp/bits/ctype_noninline.h: Fix typo and remove + duplicate definitions of __dj_ctype_* + 2001-03-13 Benjamin Kosnik * libsupc++/new: Remove pragma interface. diff --git a/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h b/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h index efc7958fe01..dc81d91c9b6 100644 --- a/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h @@ -33,11 +33,6 @@ // Information as gleaned from DJGPP -// DJGPP specific code -extern unsigned short __dj_type_cflags[]; -extern unsigned char __dj_ctype_toupper[]; -extern unsigned char __dj_ctype_tolower[]; - ctype::ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0) : __ctype_abstract_base(__refs), @@ -45,7 +40,7 @@ extern unsigned char __dj_ctype_tolower[]; _M_toupper(__dj_ctype_toupper), _M_tolower(__dj_ctype_tolower), _M_ctable(NULL), - _M_table(__table == 0 ? __dj_type_cflags : __table) + _M_table(__table == 0 ? __dj_ctype_flags : __table) { } char