summaryrefslogtreecommitdiff
path: root/gcc/README.Portability
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-02-08 20:55:34 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2004-02-08 20:55:34 +0000
commitb46b8fb40cf29c5f724d87f6022c6c8242e50bf2 (patch)
treea5c63a5fe903e39908fd3ca4487c968d50575291 /gcc/README.Portability
parent7c476bdec6f46df5da4984a0a0cdff2ce4f00ff1 (diff)
README.Portability: Change "ISO C89" to "ISO C90".
* README.Portability: Change "ISO C89" to "ISO C90". * c-parse.in (primary, initelt): Likewise. testsuite: * gcc.dg/c90-init-1.c: Adjust expected error messages. From-SVN: r77499
Diffstat (limited to 'gcc/README.Portability')
-rw-r--r--gcc/README.Portability2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/README.Portability b/gcc/README.Portability
index 2724f2a53fd..32a33e27bec 100644
--- a/gcc/README.Portability
+++ b/gcc/README.Portability
@@ -10,7 +10,7 @@ This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place. Please add and correct
any problems as you come across them.
-I'm going to start from a base of the ISO C89 standard, since that is
+I'm going to start from a base of the ISO C90 standard, since that is
probably what most people code to naturally. Obviously using
constructs introduced after that is not a good idea.