From 18433731edff73cc5254a76c86b7272a1430d0f7 Mon Sep 17 00:00:00 2001 From: cremno Date: Thu, 2 Jan 2014 07:33:33 +0100 Subject: remove various preprocessor conditionals - HAVE_IEEEFP_H is nowhere defined or needed at all - FreeBSD < 4 is unsupported since years - MSVC workaround (around what exactly?) --- src/array.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/array.c') diff --git a/src/array.c b/src/array.c index 0fb257d7e..f9097baa7 100644 --- a/src/array.c +++ b/src/array.c @@ -4,12 +4,7 @@ ** See Copyright Notice in mruby.h */ -#ifndef SIZE_MAX - /* Some versions of VC++ - * has SIZE_MAX in stdint.h - */ -# include -#endif +#include #include "mruby.h" #include "mruby/array.h" #include "mruby/class.h" -- cgit v1.2.3