From 2b72e549a755dec2fbbf78199e41d4148683d025 Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 28 Oct 2008 14:11:08 +0000 Subject: * complex.c: continues to support canonicalization *unofficially* for an odd library mathn for the time being (only 1.9.x). since grand mathn is must be very very special library for us. * rational.c: ditto. * ext/mathn/*/*: follow the above changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/mathn/complex/extconf.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/mathn/complex/extconf.rb') diff --git a/ext/mathn/complex/extconf.rb b/ext/mathn/complex/extconf.rb index 32f181f997..d4d14ffcb8 100644 --- a/ext/mathn/complex/extconf.rb +++ b/ext/mathn/complex/extconf.rb @@ -1,5 +1,3 @@ require "mkmf" -$CPPFLAGS = "-DEXT_MATHN -DCANON -DCLCANON " - create_makefile "mathn/complex" -- cgit v1.2.3