bad.c (inhibit_warnings): Delete redundant declaration.

* bad.c (inhibit_warnings): Delete redundant declaration.

	* com.c (skip_redundant_dir_prefix): Likewise.

	* com.h (mark_addressable): Likewise.

From-SVN: r41312
This commit is contained in:
Kaveh R. Ghazi 2001-04-12 22:18:51 +00:00 committed by Kaveh Ghazi
parent 640cea5fb4
commit e197a0eccf
4 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,11 @@
Thu Apr 12 17:57:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* bad.c (inhibit_warnings): Delete redundant declaration.
* com.c (skip_redundant_dir_prefix): Likewise.
* com.h (mark_addressable): Likewise.
2001-04-02 Jakub Jelinek <jakub@redhat.com> 2001-04-02 Jakub Jelinek <jakub@redhat.com>
* lex.c (ffelex_hash_): Avoid eating one whole line after * lex.c (ffelex_hash_): Avoid eating one whole line after

View File

@ -184,8 +184,6 @@ ffebad_start_ (bool lex_override, ffebad errnum, ffebadSeverity sev,
#if FFECOM_targetCURRENT == FFECOM_targetGCC #if FFECOM_targetCURRENT == FFECOM_targetGCC
{ {
extern int inhibit_warnings; /* From toplev.c. */
switch (ffebad_severity_) switch (ffebad_severity_)
{ /* Tell toplev.c about this message. */ { /* Tell toplev.c about this message. */
case FFEBAD_severityINFORMATIONAL: case FFEBAD_severityINFORMATIONAL:

View File

@ -15648,7 +15648,6 @@ static void append_include_chain (struct file_name_list *first,
static FILE *open_include_file (char *filename, static FILE *open_include_file (char *filename,
struct file_name_list *searchptr); struct file_name_list *searchptr);
static void print_containing_files (ffebadSeverity sev); 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 char *read_filename_string (int ch, FILE *f);
static struct file_name_map *read_name_map (const char *dirname); static struct file_name_map *read_name_map (const char *dirname);

View File

@ -314,11 +314,6 @@ tree ffecom_truth_value (tree expr);
tree ffecom_truth_value_invert (tree expr); tree ffecom_truth_value_invert (tree expr);
tree ffecom_type_expr (ffebld expr); tree ffecom_type_expr (ffebld expr);
tree ffecom_which_entrypoint_decl (void); 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 */ #endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */
/* Define macros. */ /* Define macros. */