]> gcc.gnu.org Git - gcc.git/commit
Refer to the standard as an ISO document, not an ANSI one.
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>
Tue, 22 Feb 2000 07:25:31 +0000 (07:25 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Tue, 22 Feb 2000 07:25:31 +0000 (07:25 +0000)
commitcab1f180126204494330d58a4059ccd3f1265861
treede59bcdc1f67de6af97d957e79125c090b6ee510
parentc7e266a6b735aed2fb29ae3bca4732cb7827ddcd
Refer to the standard as an ISO document, not an ANSI one.

* decl.c (grokdeclarator): Change ANSI to ISO.
* lex.c (consume_string, readescape, do_identifier): Likewise.
(parse_float, real_yylex): Likewise.
* parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
(unary_expr, new_initializer, cast_expr, primary, primary_no_id,
new_type_id, maybe_label_decls, simple_stmt,
for.init.statement): Likewise.
* pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
* semantics.c (finish_named_return_value): Likewise.
* parse.c: Regenerate.

From-SVN: r32100
13 files changed:
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/except.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/typeck.c
This page took 0.058643 seconds and 5 git commands to generate.