From 5c651d6ce94449df8f096b624bc99fd4de3d698e Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 3 Dec 2016 18:55:52 +0900 Subject: add MRB_API to mrb_float_read(); ref #3270 --- 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 e3a268f78..4f722b273 100644 --- a/src/string.c +++ b/src/string.c @@ -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. -- cgit v1.2.3