From dba300a0d019933bd2b25006006db95688fb9ea3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Jan 1998 22:12:03 +0000 Subject: 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. --- src/sort.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/sort.c') 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 #endif -#ifdef HAVE_LIMITS_H -# include -#else -# ifndef UCHAR_MAX -# define UCHAR_MAX 255 -# endif -#endif - char *xstrdup (); /* Undefine, to avoid warning about redefinition on some systems. */ -- cgit v1.2.3-54-g00ecf