From a6561c4753932bb395535f6080a03315b8075aec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Dec 2002 20:48:26 +0000 Subject: [PATCH] (PARAMS): Remove definition. --- src/sys2.h | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.47.2