diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-17 12:16:13 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-17 12:16:13 +0000 |
commit | a342dbb23c12ed61e824661be2dd672f6dceea4c (patch) | |
tree | 3a0ad0b7a4f077245c8f201f557ee415c3318cd8 /gcc/dfp.c | |
parent | 652505ad84509a936ab14a0103bdcf18f12412c5 (diff) | |
download | gcc-a342dbb23c12ed61e824661be2dd672f6dceea4c.tar.gz |
Tweak documentation and comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204916 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dfp.c')
-rw-r--r-- | gcc/dfp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dfp.c b/gcc/dfp.c index 3988ac9f5fb..265b7079db0 100644 --- a/gcc/dfp.c +++ b/gcc/dfp.c @@ -605,8 +605,8 @@ decimal_real_to_integer (const REAL_VALUE_TYPE *r) return real_to_integer (&to); } -/* Likewise, but returns a wide_int with PRECISION. Fail - is set if the value does not fit. */ +/* Likewise, but returns a wide_int with PRECISION. *FAIL is set if the + value does not fit. */ wide_int decimal_real_to_integer (const REAL_VALUE_TYPE *r, bool *fail, int precision) |