diff options
| author | cremno <[email protected]> | 2014-02-18 04:37:35 +0100 |
|---|---|---|
| committer | cremno <[email protected]> | 2014-02-18 04:37:35 +0100 |
| commit | 61577e8d6b69efe8da23070abab0dfc7a00f5ee3 (patch) | |
| tree | 5b9461806ecf433544bfe8b142bff28f68ca84e4 /src/numeric.c | |
| parent | 1838099e00c007613ef3946e852ccc6955a76a18 (diff) | |
| download | mruby-61577e8d6b69efe8da23070abab0dfc7a00f5ee3.tar.gz mruby-61577e8d6b69efe8da23070abab0dfc7a00f5ee3.zip | |
mrb_flo_to_str: internal linkage
Diffstat (limited to 'src/numeric.c')
| -rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index f9fddaa76..2140a8411 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -106,7 +106,7 @@ num_div(mrb_state *mrb, mrb_value x) * representation. */ -mrb_value +static mrb_value mrb_flo_to_str(mrb_state *mrb, mrb_float flo) { double n = (double)flo; |
