From 2827655b9cf3099ef323cfb7967e5ddaa8ba28e1 Mon Sep 17 00:00:00 2001 From: Felix Jones Date: Thu, 8 Dec 2016 12:38:00 +0000 Subject: Removed unnecessary const macro - const keyword is already a dependency --- src/string.c | 8 -------- 1 file changed, 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 #include -#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 -- cgit v1.2.3