1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

(CHAR_BIT): Remove duplicate definition.

This commit is contained in:
Jim Meyering
2003-05-06 13:33:12 +00:00
parent ef4ee07f31
commit ad06bb9c5a
-4
View File
@@ -607,10 +607,6 @@ enum
# define PID_T_MAX TYPE_MAXIMUM (pid_t)
#endif
#ifndef CHAR_BIT
# define CHAR_BIT 8
#endif
/* Use this to suppress gcc's `...may be used before initialized' warnings. */
#ifdef lint
# define IF_LINT(Code) Code