From: Jim Meyering Date: Sun, 15 Dec 2002 20:48:26 +0000 (+0000) Subject: (PARAMS): Remove definition. X-Git-Tag: v4.5.5~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6561c4753932bb395535f6080a03315b8075aec;p=thirdparty%2Fcoreutils.git (PARAMS): Remove definition. --- diff --git a/src/sys2.h b/src/sys2.h index b67d250c25..808552a041 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