aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-03-10 16:33:57 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-03-10 16:33:57 +0000
commitb3e68a792254d5e814e1f2797d66c7581dd63198 (patch)
treed953f81b3d415118c0d7a5ca54539ad4d240cdd3 /gcc/toplev.h
parentea23d5400fa97028252affe38bac9ee6cb861f8f (diff)
downloadgcc-b3e68a792254d5e814e1f2797d66c7581dd63198.zip
gcc-b3e68a792254d5e814e1f2797d66c7581dd63198.tar.gz
gcc-b3e68a792254d5e814e1f2797d66c7581dd63198.tar.bz2
toplev.c (file_name_nondirectory): Remove.
* toplev.c (file_name_nondirectory): Remove. * toplev.h: Similarly. * dwarf2out.c (compute_section_prefix): Use lbasename instead of file_name_nondirectory. * cp/lex.c: Delete duplicate pending_lang_change. * cp/lex.c (handle_pragma_interface, handle_pragma_implementation): Similarly. * cp/repo.c (get_base_filename, open_repo_file): Similarly. * cp/cp-tree.h: Remove file_name_nondirectory prototype. From-SVN: r40369
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 0e9e10b..6880e9f 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -36,7 +36,6 @@ extern int read_integral_parameter PARAMS ((const char *, const char *,
const int));
extern int count_error PARAMS ((int));
extern void strip_off_ending PARAMS ((char *, int));
-extern char *file_name_nondirectory PARAMS ((const char *));
extern void print_time PARAMS ((const char *, long));
extern void debug_start_source_file PARAMS ((const char *));
extern void debug_end_source_file PARAMS ((unsigned));