From 8729368f14b282cb64a7848ee515e0d4240ee57a Mon Sep 17 00:00:00 2001 From: tadf Date: Fri, 12 Dec 2008 23:40:55 +0000 Subject: * complex.c (nucomp_canonicalization): renamed. * ext/math/complex.c: followed the above change. * rational.c (nurat_canonicalization): renamed. * ext/math/rational.c: followed the above change. * configure.in: defines a new macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/mathn/complex/complex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mathn/complex') diff --git a/ext/mathn/complex/complex.c b/ext/mathn/complex/complex.c index 5ffa5917e4..dce494959f 100644 --- a/ext/mathn/complex/complex.c +++ b/ext/mathn/complex/complex.c @@ -1,7 +1,7 @@ -extern void nucomp_canonicalize(int); +extern void nucomp_canonicalization(int); void Init_complex(void) { - nucomp_canonicalize(1); + nucomp_canonicalization(1); } -- cgit v1.2.3