From 5790705b19ddba366e881eaf87ac5a05a712454e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Sep 1999 13:09:19 +0000 Subject: (xalloc_fail_func): Use `PARAMS'. --- lib/xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 696cf3c9a..72aa77279 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -59,7 +59,7 @@ you must run the autoconf test for a properly working realloc -- see realloc.m4 int xalloc_exit_failure = EXIT_FAILURE; /* If non NULL, call this function when memory is exhausted. */ -void (*xalloc_fail_func) () = 0; +void (*xalloc_fail_func) PARAMS ((void)) = 0; /* If XALLOC_FAIL_FUNC is NULL, or does return, display this message before exiting when memory is exhausted. Goes through gettext. */ -- cgit v1.2.3-70-g09d2