diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-16 14:21:34 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-16 14:21:34 +0000 |
commit | 36eb4607805367a999f0546d9bb2f2950e5bb860 (patch) | |
tree | 320fa0a5d0d2ff51cd4ef583ab2bbdeada98d96c /numeric.c | |
parent | f5b3969eda777ef41b8b0f5b397acee8e52d420c (diff) |
* eval.c (rb_mod_freeze): prepare string representation before
freezing. [ruby-talk:103646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include "ruby.h" #include "env.h" +#include <ctype.h> #include <math.h> #include <stdio.h> |