summaryrefslogtreecommitdiff
path: root/ext/mathn/complex/extconf.rb
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 14:11:08 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 14:11:08 +0000
commit2b72e549a755dec2fbbf78199e41d4148683d025 (patch)
tree25aa67933c32d251d4a631278881fb3adde4eca6 /ext/mathn/complex/extconf.rb
parentd563f1680cba03335eb38bd9e7bce8b82f03e12d (diff)
* 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
Diffstat (limited to 'ext/mathn/complex/extconf.rb')
-rw-r--r--ext/mathn/complex/extconf.rb2
1 files changed, 0 insertions, 2 deletions
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"