From 565083069d08d22e1c8882948fba1e90dcde1388 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 21 Jul 2002 21:35:17 +0000 Subject: c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. 2002-07-21 Gabriel Dos Reis * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. (grokdeclarator): Likewise. * c-format.c (C_STD_NAME): Likewise. * c-lex.c (interpret_integer): Likewise. * c-typeck.c (build_array_ref): Likewise. * cpplex.c (_cpp_lex_direct): Likewise. * toplev.c (documented_lang_options): Likewise. testsuite/ 2002-07-21 Gabriel Dos Reis * gcc.dg/c90-arraydecl-1.c: Change C89 too C90. From-SVN: r55629 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 60cb3be..f9ebc17 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1196,7 +1196,7 @@ documented_lang_options[] = enabled by default. */ { "-ansi", - N_("Compile just for ISO C89") }, + N_("Compile just for ISO C90") }, { "-std= ", N_("Determine language standard") }, -- cgit v1.1