summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 20:09:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 20:09:58 +0000
commitbb8a49812a78c8842ff5f2d8949a14bcdcd8fe8e (patch)
tree4bb6b44d118a65c29bd210ae3655035e2b7d5ddf /missing
parent68b3cd3ea2365b3bc008754fc6aba5841edfa9f2 (diff)
* missing/vsnprintf.c (BSD_vfprintf): commented out code which has
no effect at all. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/vsnprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c
index d8dd110bbc..9216f813ee 100644
--- a/missing/vsnprintf.c
+++ b/missing/vsnprintf.c
@@ -1047,7 +1047,7 @@ number: if ((dprec = prec) >= 0)
ox[0] = *cp++;
ox[1] = '.';
PRINT(ox, 2);
- if (_double || flags & ALT == 0) {
+ if (_double /*|| flags & ALT == 0*/) {
PRINT(cp, ndig-1);
} else /* 0.[0..] */
/* __dtoa irregularity */