changeset 1190:5ff7080eb4ba

Use PARAMS, not __EXCLUDE_P.
author Jim Meyering <jim@meyering.net>
date Wed, 31 Dec 1997 11:01:18 +0000
parents 5eb3b15fe669
children 709767510fb4
files lib/exclude.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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.  */