OSDN Git Service

* filename_cmp.c: Replace include of ctype.h by include of
authorbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2007 23:39:35 +0000 (23:39 +0000)
committerbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2007 23:39:35 +0000 (23:39 +0000)
commitc13d1306162c01181ee5ce120b34d0a57accd0ba
tree4587f778a15ca884252ff9bbd613b273a5c9344b
parentead4b22fec75a4652c231dd6793f49d854b3f1c5
    * filename_cmp.c: Replace include of ctype.h by include of
        safe-ctype.h.
        (filename_cmp): Use TOLOWER instead of tolower for conversions
        that are locale-independent.
        * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124399 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/filename_cmp.c