summaryrefslogtreecommitdiff
path: root/lib/xstrtod.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:57:26 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:57:26 +0000
commit42cd1376ed08bcb940eac352b2755a77ad9c81e3 (patch)
tree9355ab2fd03f494a5f1a2bca4640ee83d0354db2 /lib/xstrtod.h
parentdfbef7497d39592e479d284822f883dce8768633 (diff)
downloadcoreutils-42cd1376ed08bcb940eac352b2755a77ad9c81e3.tar.xz
(PARAMS): Remove. All uses removed.
Diffstat (limited to 'lib/xstrtod.h')
-rw-r--r--lib/xstrtod.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/xstrtod.h b/lib/xstrtod.h
index d286d6f55..7af233b2e 100644
--- a/lib/xstrtod.h
+++ b/lib/xstrtod.h
@@ -1,15 +1,6 @@
#ifndef XSTRTOD_H
# define XSTRTOD_H 1
-# ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-# endif
-
-int
- xstrtod PARAMS ((const char *str, const char **ptr, double *result));
+int xstrtod (const char *str, const char **ptr, double *result);
#endif /* not XSTRTOD_H */