]> Dogcows Code - chaz/tar/commitdiff
(<limits.h>): Do not include; human.h does it if needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Oct 2000 17:20:55 +0000 (17:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Oct 2000 17:20:55 +0000 (17:20 +0000)
(CHAR_BIT): Remove.

lib/human.c

index 92b051cae593ce9c41e0e54ee8eae1ae9e1a2ab8..0665b3f7bf25499505b2d03a99def4b2ee676f6f 100644 (file)
 #include <sys/types.h>
 #include <stdio.h>
 
-#if HAVE_LIMITS_H
-# include <limits.h>
-#endif
-
 #if HAVE_STRING_H
 # include <string.h>
 #else
 # include <strings.h>
 #endif
 
-#ifndef CHAR_BIT
-# define CHAR_BIT 8
-#endif
 #if HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
This page took 0.026267 seconds and 4 git commands to generate.