From fd49ae0a848214b3c2041b88d561fe4192c61bfd Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Tue, 26 Mar 2013 15:13:52 +0900 Subject: Preprocessor # should be the top of line. --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index 248ec73bd..65f21a091 100644 --- a/src/string.c +++ b/src/string.c @@ -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}; -- cgit v1.2.3