]> gcc.gnu.org Git - gcc.git/commit - gcc/f/com.c
* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 2 Nov 2000 19:03:59 +0000 (19:03 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 2 Nov 2000 19:03:59 +0000 (19:03 +0000)
commit9473c5226bfe4c2a3d0045028921a00a167e5c40
tree79fd392a778483e0dba0d31c32d9d005dc4fdeeb
parent0304bbad379d530d08ca2aa11289875e71a44aa6
* collect2.c (main, write_c_file_stat), gcc.c (translate_options,

process_command, main), gcov.c (open_files, output_data), tlink.c
(frob_extension, scan_linker_output), toplev.c
(file_name_nondirectory): Use strchr () and strrchr () instead of
index () and rindex ().

cp:
* dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
(build_overload_value), repo.c (open_repo_file), xref.c
(open_xref_file): Use strchr () and strrchr () instead of index ()
and rindex ().

f:
* com.c (open_include_file, ffecom_open_include_): Use strchr ()
and strrchr () instead of index () and rindex ().

From-SVN: r37206
14 files changed:
gcc/ChangeLog
gcc/collect2.c
gcc/cp/ChangeLog
gcc/cp/dump.c
gcc/cp/lex.c
gcc/cp/method.c
gcc/cp/repo.c
gcc/cp/xref.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/gcc.c
gcc/gcov.c
gcc/tlink.c
gcc/toplev.c
This page took 0.057665 seconds and 5 git commands to generate.