]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(CHAR_BIT): Remove duplicate definition.
authorJim Meyering <jim@meyering.net>
Tue, 6 May 2003 13:33:12 +0000 (13:33 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 6 May 2003 13:33:12 +0000 (13:33 +0000)
src/sys2.h

index 1030bc3cd652def1c0fa80dcf19ee3c64571857f..a4b4ade7dcc89aa18ff25265e0107b4980d58806 100644 (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