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?)
This commit is contained in:
cremno
2014-01-02 07:33:33 +01:00
parent e8dd8180ba
commit 18433731ed
6 changed files with 4 additions and 34 deletions
+1 -6
View File
@@ -4,12 +4,7 @@
** See Copyright Notice in mruby.h
*/
#ifndef SIZE_MAX
/* Some versions of VC++
* has SIZE_MAX in stdint.h
*/
# include <limits.h>
#endif
#include <limits.h>
#include "mruby.h"
#include "mruby/array.h"
#include "mruby/class.h"