]> gcc.gnu.org Git - gcc.git/commit
jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name compone...
authorRanjit Mathew <rmathew@hotmail.com>
Fri, 7 Mar 2003 04:40:08 +0000 (04:40 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 7 Mar 2003 04:40:08 +0000 (04:40 +0000)
commit530d4230db67ec12f6825c3e30105fee999822f4
tree08478985eb6146a4ea94fb9410e98fb662f725af
parent203b3521b5ce07b383f0107e2f1fb79da0a2f98c
jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name components depending on the...

2003-03-05  Ranjit Mathew  <rmathew@hotmail.com>

* jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
compare file name components depending on the case-sensitivity
or otherwise of the host file system.

* jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
"strcmp" to compare file name components.
Use IS_DIR_SEPARATOR instead of comparing directly against
DIR_SEPARATOR.
(jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
comparing directly against DIR_SEPARATOR.

From-SVN: r63927
gcc/java/ChangeLog
gcc/java/jcf-path.c
gcc/java/jcf.h
This page took 0.056029 seconds and 5 git commands to generate.