OSDN Git Service

* lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 1997 19:50:18 +0000 (19:50 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 1997 19:50:18 +0000 (19:50 +0000)
commit839894e90cdfdf8d0d8c13505d75e5e0271fb1d0
tree552c84754cf24106f6d18cba13ee2e7c7c0fa3c7
parent903be9dc71f6061485bd34fb17a519b76218c2ee
    * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
        (file_name_nondirectory): New function, doing the same as the macro.
        (set_typedecl_interface_info): Use it instead of the macro.
        (check_newline): Likewise.
        (handle_cp_pragma): Likewise.

        * repo.c (get_base_filename): Cast result of rindex to char*.
        (open_repo_file): Likewise.
        * xref.c (open_xref_file): Likewise.
        * error.c (dump_char): Make its arg int, not char.

bring over the changes that went in yesterday to fix irix6 native cc
build problems

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16261 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/lex.c
gcc/cp/repo.c
gcc/cp/xref.c