diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-02 07:50:36 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-02 07:50:36 +0000 |
commit | 40e566aef9e5d735bb638d836add209c2ca8ea8f (patch) | |
tree | 913bb5562143a9047dcf731f325c6a80614e5552 /numeric.c | |
parent | 4a454e046d667ba433e15cac6dade4dfdfe6b66f (diff) | |
download | ruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.tar.gz ruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.tar.xz ruby-40e566aef9e5d735bb638d836add209c2ca8ea8f.zip |
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -788,7 +788,6 @@ num_step(argc, argv, from) while (i <= end) { rb_yield(INT2FIX(i)); i += diff; - printf("<<%g>>\n", i - end); } } else { |