From 61577e8d6b69efe8da23070abab0dfc7a00f5ee3 Mon Sep 17 00:00:00 2001 From: cremno Date: Tue, 18 Feb 2014 04:37:35 +0100 Subject: mrb_flo_to_str: internal linkage --- src/numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/numeric.c') 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; -- cgit v1.2.3