diff options
-rw-r--r-- | ruby_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ compile_negative_numeric(VALUE val) } #endif } - switch (OBJ_BUILTIN_TYPE(val)) { case T_BIGNUM: BIGNUM_NEGATE(val); val = rb_big_norm(val); |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ruby_parser.c | 2 |
@@ -17,7 +17,7 @@ compile_negative_numeric(VALUE val) } #endif } - switch (OBJ_BUILTIN_TYPE(val)) { case T_BIGNUM: BIGNUM_NEGATE(val); val = rb_big_norm(val); |