summaryrefslogtreecommitdiff
path: root/strtofr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-17 13:14:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-17 13:14:21 +0000
commit908a89ea099ad9f45706dcd067b34a802a01af2b (patch)
tree8483a21fab2c9d6948e13257b1d89ae88b47dbf4 /strtofr.c
parent18fd47b6f5cda45525b1f4b17c3d2c2bb3456b6c (diff)
downloadmpfr-908a89ea099ad9f45706dcd067b34a802a01af2b.tar.gz
Added comments and fixed an indentation bug.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4642 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'strtofr.c')
-rw-r--r--strtofr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strtofr.c b/strtofr.c
index 1a0e0a3fd..e20cc030c 100644
--- a/strtofr.c
+++ b/strtofr.c
@@ -187,6 +187,7 @@ digit_value_in_base (int c, int base)
/* Compatible with any locale, but one still assumes that 'a', 'b', 'c',
..., 'z', and 'A', 'B', 'C', ..., 'Z' are consecutive values (like
in any ASCII-based character set). */
+/* TODO: support EBCDIC. */
static int
fast_casecmp (const char *s1, const char *s2)
{