Don't include limits.h.

(UINT_MAX): Don't define.
(INT_MAX): Don't define.
These are all done in system.h now.
This commit is contained in:
Jim Meyering
1997-12-21 22:20:01 +00:00
parent 3d0e13a00d
commit 6123a88852
-12
View File
@@ -25,18 +25,6 @@
#include <assert.h>
#define NDEBUG 1
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif /* HAVE_LIMITS_H */
#ifndef UINT_MAX
# define UINT_MAX ((unsigned int) ~(unsigned int) 0)
#endif
#ifndef INT_MAX
# define INT_MAX ((int) (UINT_MAX >> 1))
#endif
#include "system.h"
#include "long-options.h"
#include "error.h"