mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
+1
-6
@@ -5,12 +5,7 @@
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#ifndef SIZE_MAX
|
||||
/* Some versions of VC++
|
||||
* has SIZE_MAX in stdint.h
|
||||
*/
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user