Use PARAMS, not __EXCLUDE_P.
authorJim Meyering <jim@meyering.net>
Wed, 31 Dec 1997 11:01:18 +0000 (11:01 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Dec 1997 11:01:18 +0000 (11:01 +0000)
lib/exclude.c

index 47f8e81..ebb599c 100644 (file)
@@ -31,8 +31,8 @@ extern int errno;
 #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.  */