From 257b662d8f7b002ba909d40b2d34494fa42fe148 Mon Sep 17 00:00:00 2001 From: ghazi Date: Thu, 12 Apr 2001 22:18:51 +0000 Subject: [PATCH] * bad.c (inhibit_warnings): Delete redundant declaration. * com.c (skip_redundant_dir_prefix): Likewise. * com.h (mark_addressable): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41312 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/f/ChangeLog | 8 ++++++++ gcc/f/bad.c | 2 -- gcc/f/com.c | 1 - gcc/f/com.h | 5 ----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 0b56f58a0f3..cae6cb242c4 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,11 @@ +Thu Apr 12 17:57:55 2001 Kaveh R. Ghazi + + * bad.c (inhibit_warnings): Delete redundant declaration. + + * com.c (skip_redundant_dir_prefix): Likewise. + + * com.h (mark_addressable): Likewise. + 2001-04-02 Jakub Jelinek * lex.c (ffelex_hash_): Avoid eating one whole line after diff --git a/gcc/f/bad.c b/gcc/f/bad.c index f34253f7a6f..930daf964d4 100644 --- a/gcc/f/bad.c +++ b/gcc/f/bad.c @@ -184,8 +184,6 @@ ffebad_start_ (bool lex_override, ffebad errnum, ffebadSeverity sev, #if FFECOM_targetCURRENT == FFECOM_targetGCC { - extern int inhibit_warnings; /* From toplev.c. */ - switch (ffebad_severity_) { /* Tell toplev.c about this message. */ case FFEBAD_severityINFORMATIONAL: diff --git a/gcc/f/com.c b/gcc/f/com.c index fac923b7d49..52843e3ab25 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -15648,7 +15648,6 @@ static void append_include_chain (struct file_name_list *first, static FILE *open_include_file (char *filename, struct file_name_list *searchptr); static void print_containing_files (ffebadSeverity sev); -static const char *skip_redundant_dir_prefix (const char *); static char *read_filename_string (int ch, FILE *f); static struct file_name_map *read_name_map (const char *dirname); diff --git a/gcc/f/com.h b/gcc/f/com.h index d0dfe8f84bc..07abfb06d06 100644 --- a/gcc/f/com.h +++ b/gcc/f/com.h @@ -314,11 +314,6 @@ tree ffecom_truth_value (tree expr); tree ffecom_truth_value_invert (tree expr); tree ffecom_type_expr (ffebld expr); tree ffecom_which_entrypoint_decl (void); - -/* These need to be in the front end with exactly these interfaces, - as they're called by the back end. */ - -int mark_addressable (tree expr); #endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */ /* Define macros. */ -- 2.11.4.GIT