(PARAMS): Remove definition.
authorJim Meyering <jim@meyering.net>
Sun, 15 Dec 2002 20:48:26 +0000 (20:48 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Dec 2002 20:48:26 +0000 (20:48 +0000)
src/sys2.h

index b67d250c25c93f2b69c3118c59ba83ce1e4f5ba2..808552a0418cf5c8eafe39dbf71d5dbc2ad6a6cb 100644 (file)
@@ -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