diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-10-29 19:34:53 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-10-29 19:34:53 +0000 |
commit | 526aba2811f2a0f3f4fd91d026995d2d46b62d43 (patch) | |
tree | 01fc77620adcd4567052621a22d5a7442b123fec /gcc/fold-const.c | |
parent | 9f6ef6bcaf5716524e0b97c9ae07cdb885858cf3 (diff) | |
download | gcc-526aba2811f2a0f3f4fd91d026995d2d46b62d43.zip gcc-526aba2811f2a0f3f4fd91d026995d2d46b62d43.tar.gz gcc-526aba2811f2a0f3f4fd91d026995d2d46b62d43.tar.bz2 |
toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead.
* toplev.c, flags.h, fold-const.c, real.c, rtl.c,
fixinc/inclhack.def: Change comments mentioning C9X to refer to
C99 instead.
From-SVN: r37127
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index efd1055..c5b29a4 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1042,7 +1042,7 @@ fail: return 1; } -/* Convert C9X hexadecimal floating point string constant S. Return +/* Convert C99 hexadecimal floating point string constant S. Return real value type in mode MODE. This function uses the host computer's floating point arithmetic when there is no REAL_ARITHMETIC. */ |