repo.c (rindex): Add decl unconditionally.
authorBrendan Kehoe <brendan@lisa.cygnus.com>
Mon, 3 Nov 1997 23:20:24 +0000 (23:20 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 3 Nov 1997 23:20:24 +0000 (18:20 -0500)
commita8a63732c4f3ee7af0543a1790f9076363205213
tree185c5d57a3e384b7c593ae5da958e3d5996f7dd9
parent08bb4b3b2cfdd4cf3c7621df2ec9933041a1bbde
repo.c (rindex): Add decl unconditionally.

* repo.c (rindex): Add decl unconditionally.
(get_base_filename, open_repo_file): Don't cast rindex.
* xref.c (rindex): Add decl unconditionally.
(index): Remove unused decl.
(open_xref_file): Don't cast rindex.

fix potential problems with 64-bit compilers and casting an int up to a char*

From-SVN: r16306
gcc/cp/ChangeLog
gcc/cp/repo.c
gcc/cp/xref.c