diff lib/exclude.c @ 1190:5ff7080eb4ba

Use PARAMS, not __EXCLUDE_P.
author Jim Meyering <jim@meyering.net>
date Wed, 31 Dec 1997 11:01:18 +0000 (1997-12-31)
parents 4190e5db7eee
children 57cf4f9be1e9
line wrap: on
line diff
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -31,8 +31,8 @@
 #include <stdio.h>
 #include <sys/types.h>
 
-void *xmalloc __EXCLUDE_P ((size_t));
-void *xrealloc __EXCLUDE_P ((void *, size_t));
+void *xmalloc PARAMS ((size_t));
+void *xrealloc PARAMS ((void *, size_t));
 
 /* Keep track of excluded file name patterns.  */