aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-10-29 19:34:53 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-10-29 19:34:53 +0000
commit526aba2811f2a0f3f4fd91d026995d2d46b62d43 (patch)
tree01fc77620adcd4567052621a22d5a7442b123fec /gcc/real.c
parent9f6ef6bcaf5716524e0b97c9ae07cdb885858cf3 (diff)
downloadgcc-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/real.c')
-rw-r--r--gcc/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 6c09f75..9df9040 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -5122,7 +5122,7 @@ asctoe (s, y)
}
/* Convert ASCII string SS to e type Y, with a specified rounding precision
- of OPREC bits. BASE is 16 for C9X hexadecimal floating constants. */
+ of OPREC bits. BASE is 16 for C99 hexadecimal floating constants. */
static void
asctoeg (ss, y, oprec)