From 3ed2170b6430b2a421dd6411504ae983a4fac65a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Jun 2003 07:48:30 +0000 Subject: (PARAMS): Remove. All uses removed. Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file. --- lib/filemode.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'lib/filemode.h') diff --git a/lib/filemode.h b/lib/filemode.h index 5b19db236..f6b266ec5 100644 --- a/lib/filemode.h +++ b/lib/filemode.h @@ -1,19 +1,7 @@ #ifndef FILEMODE_H_ -# if HAVE_CONFIG_H -# include -# endif - # include -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -void mode_string PARAMS ((mode_t mode, char *str)); +void mode_string (mode_t mode, char *str); #endif -- cgit v1.2.3-54-g00ecf