summaryrefslogtreecommitdiff
path: root/gcc/README.Portability
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-08 20:55:34 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-08 20:55:34 +0000
commit15056364602d1dc8040451e1cd09783f418c7c0a (patch)
treea5c63a5fe903e39908fd3ca4487c968d50575291 /gcc/README.Portability
parent0d8bfd85942c83229704d2570b2fb73353c92ac1 (diff)
downloadgcc-15056364602d1dc8040451e1cd09783f418c7c0a.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77499 138bc75d-0d04-0410-961f-82ee72b054a4
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.