projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c2b29
)
Use PARAMS, not __EXCLUDE_P.
author
Jim Meyering
<jim@meyering.net>
Wed, 31 Dec 1997 11:01:18 +0000
(11:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 31 Dec 1997 11:01:18 +0000
(11:01 +0000)
lib/exclude.c
patch
|
blob
|
history
diff --git
a/lib/exclude.c
b/lib/exclude.c
index 47f8e8132de009dceb63238e26c366dcd697be77..ebb599cfc14e16f3b28777ebbb539eab0ec10bd1 100644
(file)
--- a/
lib/exclude.c
+++ b/
lib/exclude.c
@@
-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. */