add MRB_API to mrb_float_read(); ref #3270

This commit is contained in:
Yukihiro "Matz" Matsumoto
2016-12-03 18:55:52 +09:00
parent a0fbc46ccd
commit 5c651d6ce9
+1 -1
View File
@@ -2796,7 +2796,7 @@ static const double powersOf10[] = {/* Table giving binary powers of 10. Entry
1.0e256
};
double
MRB_API double
mrb_float_read(const char *string, char **endPtr)
/* const char *string; A decimal ASCII floating-point number,
* optionally preceded by white space.