diff options
Diffstat (limited to 'lib/posixtm.h')
-rw-r--r-- | lib/posixtm.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/posixtm.h b/lib/posixtm.h index 6b64a6eac..1105478b9 100644 --- a/lib/posixtm.h +++ b/lib/posixtm.h @@ -7,15 +7,6 @@ # define PDS_CENTURY 4 # define PDS_SECONDS 8 -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -bool -posixtime PARAMS ((time_t *p, const char *s, unsigned int syntax_bits)); +bool posixtime (time_t *p, const char *s, unsigned int syntax_bits); #endif |