summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-01 07:46:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-01 07:46:46 +0000
commitc8316e30ae6adefccbd7680e477e906e7913e8c0 (patch)
treeef57554a87022cce1835cb4329b14e0d086eafdf /ext/bigdecimal
parent40cd5e8a7963a392ee0b8100b271b30f1ca0ed12 (diff)
* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
non-ascii character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal')
-rw-r--r--ext/bigdecimal/bigdecimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index c3eb3771c9..ce311a6b12 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -439,7 +439,7 @@ BigDecimal_IsNaN(VALUE self)
return Qfalse;
}
-/* Returns nil, −1, or +1 depending on whether the value is finite,
+/* Returns nil, -1, or +1 depending on whether the value is finite,
* -infinity, or +infinity.
*/
static VALUE