mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 05:24:02 +08:00
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:
parent
d98d16b11e
commit
fc5045f3a7
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user