diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-30 18:20:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-30 18:20:54 +0000 |
| commit | 81eeef303f4972afca08179b9c6d743330243a3b (patch) | |
| tree | 916a076a42f5488c6c4257b50f1b02cfb7945a97 /numeric.c | |
| parent | 246e67dcd9653cfd66130b09d868ddf5824a5706 (diff) | |
| download | ruby-81eeef303f4972afca08179b9c6d743330243a3b.tar.gz ruby-81eeef303f4972afca08179b9c6d743330243a3b.tar.xz ruby-81eeef303f4972afca08179b9c6d743330243a3b.zip | |
* ext/readline/readline.c (readline_readline): type check.
[ruby-core:6089]
* numeric.c (fix_rshift): RDoc fix. [ruby-core:6351]
* util.h (strtod): add #undef for platforms defines strtod()
macro. [ruby-dev:27563]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
| -rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2457,7 +2457,7 @@ fix_lshift(x, y) * call-seq: * fix >> count => integer * - * Shifts _fix_ left _count_ positions (right if _count_ is negative). + * Shifts _fix_ right _count_ positions (left if _count_ is negative). */ static VALUE |
