diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-29 01:01:17 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-29 01:01:17 -0700 |
| commit | 5698852e1c3002f40198abf5e7a37c3ef1392690 (patch) | |
| tree | 6fc0c4ca660e88669d0bd2f6f15656c49263ac31 /mrbgems/mruby-sprintf/src | |
| parent | 9f154dd7f47a64dcce867115ed92145e833e8f6e (diff) | |
| parent | bc91bcefcfc0b509cdfa2cd550a395314e280566 (diff) | |
| download | mruby-5698852e1c3002f40198abf5e7a37c3ef1392690.tar.gz mruby-5698852e1c3002f40198abf5e7a37c3ef1392690.zip | |
Merge pull request #1311 from cremno/msvc-2013-support
Visual Studio 2013 support (and two other fixes)
Diffstat (limited to 'mrbgems/mruby-sprintf/src')
| -rw-r--r-- | mrbgems/mruby-sprintf/src/sprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mrbgems/mruby-sprintf/src/sprintf.c b/mrbgems/mruby-sprintf/src/sprintf.c index 55698d09f..6479b19bc 100644 --- a/mrbgems/mruby-sprintf/src/sprintf.c +++ b/mrbgems/mruby-sprintf/src/sprintf.c @@ -15,10 +15,6 @@ #include <math.h> #include <ctype.h> -#ifdef _MSC_VER -#include <float.h> -#endif - #ifdef HAVE_IEEEFP_H #include <ieeefp.h> #endif |
