diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-29 19:34:53 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-29 19:34:53 +0000 |
commit | ea15b50177e3a7c10567e1cfe7b867ed411c3490 (patch) | |
tree | 01fc77620adcd4567052621a22d5a7442b123fec /gcc/real.c | |
parent | b45dd3f3246a32b0075200134a86b2a399f772d4 (diff) | |
download | gcc-ea15b50177e3a7c10567e1cfe7b867ed411c3490.tar.gz |
* toplev.c, flags.h, fold-const.c, real.c, rtl.c,
fixinc/inclhack.def: Change comments mentioning C9X to refer to
C99 instead.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index 6c09f753ce9..9df90402156 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) |