changeset 1940:ee7e51d31515

(xalloc_fail_func): Use `PARAMS'.
author Jim Meyering <jim@meyering.net>
date Wed, 01 Sep 1999 13:09:19 +0000
parents faa9164876ac
children 0e058c7494a6
files lib/xmalloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -59,7 +59,7 @@
 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. */