summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-15 20:48:26 +0000
committerJim Meyering <jim@meyering.net>2002-12-15 20:48:26 +0000
commita6561c4753932bb395535f6080a03315b8075aec (patch)
tree4cc115ddf6aabcceb470509e713d0ef497d4fe82 /src
parenta896d0a4262f3958417e5c18931b2328cda49023 (diff)
downloadcoreutils-a6561c4753932bb395535f6080a03315b8075aec.tar.xz
(PARAMS): Remove definition.
Diffstat (limited to 'src')
-rw-r--r--src/sys2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sys2.h b/src/sys2.h
index b67d250c2..808552a04 100644
--- 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