summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/string.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/string.c b/src/string.c
index c921ca56d..a4f8085ec 100644
--- a/src/string.c
+++ b/src/string.c
@@ -2770,14 +2770,6 @@ mrb_init_string(mrb_state *mrb)
#include <ctype.h>
#include <errno.h>
-#ifndef __STDC__
-# ifdef __GNUC__
-# define const __const__
-# elif !defined(_MSC_VER)
-# define const
-# endif
-#endif
-
static const int maxExponent = 511; /* Largest possible base 10 exponent. Any
* exponent larger than this will already
* produce underflow or overflow, so there's