Commit fc5045f3 by Zack Weinberg Committed by Zack Weinberg

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
parent d98d16b1
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment