projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a896d0a
)
(PARAMS): Remove definition.
author
Jim Meyering
<jim@meyering.net>
Sun, 15 Dec 2002 20:48:26 +0000
(20:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 15 Dec 2002 20:48:26 +0000
(20:48 +0000)
src/sys2.h
patch
|
blob
|
history
diff --git
a/src/sys2.h
b/src/sys2.h
index b67d250c25c93f2b69c3118c59ba83ce1e4f5ba2..808552a0418cf5c8eafe39dbf71d5dbc2ad6a6cb 100644
(file)
--- a/
src/sys2.h
+++ b/
src/sys2.h
@@
-350,14
+350,6
@@
char *alloca ();
of `digit' even when the host does not conform to POSIX. */
#define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
-#ifndef PARAMS
-# if PROTOTYPES
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-#endif
-
/* Take care of NLS matters. */
#if HAVE_LOCALE_H