summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-10 22:12:03 +0000
committerJim Meyering <jim@meyering.net>1998-01-10 22:12:03 +0000
commitdba300a0d019933bd2b25006006db95688fb9ea3 (patch)
tree7a658cab1b601be0ca8a8bacea1d23f1446bd7f5 /src/sort.c
parentb9ed71e46e4b3b2f3f366d6eeaa9b54d32d00317 (diff)
downloadcoreutils-dba300a0d019933bd2b25006006db95688fb9ea3.tar.xz
CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX
Remove definitions of those symbols. * src/csplit.c: Move inclusion of regex.h/rx.h to follow system.h since it now includes limit.h which defines RE_DUP_MAX. * src/nl.c: Likewise. * src/tac.c: Likewise.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sort.c b/src/sort.c
index 20c8c533c..8d14a4b5d 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -43,14 +43,6 @@
# include <langinfo.h>
#endif
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#else
-# ifndef UCHAR_MAX
-# define UCHAR_MAX 255
-# endif
-#endif
-
char *xstrdup ();
/* Undefine, to avoid warning about redefinition on some systems. */