Preprocessor # should be the top of line.

This commit is contained in:
Masaki Muranaka
2013-03-26 15:13:52 +09:00
parent eafd5f647a
commit fd49ae0a84
+1 -1
View File
@@ -2275,7 +2275,7 @@ mrb_cstr_to_dbl(mrb_state *mrb, const char * p, int badcheck)
char *end;
double d;
#if !defined(DBL_DIG)
#define DBL_DIG 16
# define DBL_DIG 16
#endif
enum {max_width = 20};