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 | 20ed1f8d1a7ff59b884ff5d878b4fc99d0723f93 (patch) | |
tree | 913bb5562143a9047dcf731f325c6a80614e5552 /numeric.c | |
parent | b5a8ba178ffa5ba106a893a958db05e1dd4abd82 (diff) | |
download | ruby-20ed1f8d1a7ff59b884ff5d878b4fc99d0723f93.tar.gz |
* error.c: use HAVE_DECL_SYS_NERR instead of platform names.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 { |