1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Use PARAMS, not __EXCLUDE_P.

This commit is contained in:
Jim Meyering
1997-12-31 11:01:18 +00:00
parent 25e06fece0
commit 86d2f9eaa8

View 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. */