From f2f7f9e665975125ef253d7a621bcc3e4f68904d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Jan 1996 10:00:24 +0000 Subject: * misc/Makefile (headers): Rename queue.h to sys/queue.h. * misc/queue.h: Moved to misc/sys/queue.h. --- misc/error.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'misc/error.c') diff --git a/misc/error.c b/misc/error.c index cdba470..c48c0f3 100644 --- a/misc/error.c +++ b/misc/error.c @@ -50,7 +50,11 @@ void exit (); /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ -void (*error_print_progname) (); +void (*error_print_progname) ( +#if __STDC__ + void +#endif + ); /* This variable is incremented each time `error' is called. */ unsigned int error_message_count; -- cgit v1.1