diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 14:11:08 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 14:11:08 +0000 |
commit | 2b72e549a755dec2fbbf78199e41d4148683d025 (patch) | |
tree | 25aa67933c32d251d4a631278881fb3adde4eca6 /ext/mathn/rational/extconf.rb | |
parent | d563f1680cba03335eb38bd9e7bce8b82f03e12d (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/rational/extconf.rb')
-rw-r--r-- | ext/mathn/rational/extconf.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mathn/rational/extconf.rb b/ext/mathn/rational/extconf.rb index 23cff7a325..ba76306b7b 100644 --- a/ext/mathn/rational/extconf.rb +++ b/ext/mathn/rational/extconf.rb @@ -1,5 +1,3 @@ require "mkmf" -$CPPFLAGS = "-DEXT_MATHN -DCANON -DCLCANON" - create_makefile "mathn/rational" |