summaryrefslogtreecommitdiff
path: root/lib/getdate.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:48:56 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:48:56 +0000
commit38a0ec7565f85c0b9c46ef3e1c554cdbed77af72 (patch)
tree085285b3431e6a6587f6c3cc487d2c8994d0eef1 /lib/getdate.h
parentcee8853f77e41819fb01a30d9abf6eba1055a9bd (diff)
downloadcoreutils-38a0ec7565f85c0b9c46ef3e1c554cdbed77af72.tar.xz
(PARAMS): Remove. All uses removed.
Diffstat (limited to 'lib/getdate.h')
-rw-r--r--lib/getdate.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/getdate.h b/lib/getdate.h
index 674c474f1..3dfae7a63 100644
--- a/lib/getdate.h
+++ b/lib/getdate.h
@@ -18,14 +18,6 @@
# include <config.h>
#endif
-#ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-#endif
-
#ifdef vms
# include <types.h>
# include <time.h>
@@ -43,4 +35,4 @@
# endif
#endif /* defined (vms) */
-time_t get_date PARAMS ((const char *p, const time_t *now));
+time_t get_date (const char *p, const time_t *now);