cccp.c: Make fatal non-static.

1999-04-17 10:15 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
	* cccp.c: Make fatal non-static.

From-SVN: r26514
This commit is contained in:
Zack Weinberg 1999-04-17 07:16:26 +00:00 committed by Zack Weinberg
parent d98d16b11e
commit fc5045f3a7
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-04-17 10:15 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* cccp.c: Make fatal non-static.
Sat Apr 17 23:47:24 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.md (*andqi3_255_clobber,*andqi3_65535_clobber):

View File

@ -1010,7 +1010,7 @@ static void append_include_chain PROTO((struct file_name_list *, struct file_nam
static int quote_string_for_make PROTO((char *, const char *));
static void deps_output PROTO((const char *, int));
static void fatal PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
void fatal PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
void fancy_abort PROTO((void)) ATTRIBUTE_NORETURN;
static void perror_with_name PROTO((char *));
static void pfatal_with_name PROTO((char *)) ATTRIBUTE_NORETURN;
@ -10594,7 +10594,7 @@ deps_output (string, spacer)
deps_buffer[deps_size] = 0;
}
static void
void
fatal VPROTO ((const char * msgid, ...))
{
#ifndef ANSI_PROTOTYPES