aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index 47e14a3e2c..dd693a67b3 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -27,13 +27,7 @@ typedef unsigned LONG_LONG st_data_t;
#endif
#define ST_DATA_T_DEFINED
-#ifndef CHAR_BIT
-# ifdef HAVE_LIMITS_H
-# include <limits.h>
-# else
-# define CHAR_BIT 8
-# endif
-#endif
+#include <limits.h>
#ifndef _
# define _(args) args
#endif