c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANSI C.
authorJoseph Myers <jsm28@cam.ac.uk>
Tue, 8 Aug 2000 23:19:11 +0000 (00:19 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 8 Aug 2000 23:19:11 +0000 (00:19 +0100)
commit89abf8d1d713b8182c9cebfa7a5682155cc5e32c
treea807f38e5528f2f079acd1807b2141242e597933
parent1a63219b0df915269b6e1176f12ec2da3d98ff30
c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANSI C.

* c-common.c (combine_strings, check_format_info): Refer to ISO C
or ISO C89 instead of ANSI C.
* c-decl.c (grokdeclarator, xref_tag, finish_struct,
build_enumerator, do_case): Likewise.
* c-lex.c (parse_float, yylex): Likewise.
* c-parse.in: Likewise.
* c-typeck.c (common_type, build_array_ref, build_binary_op,
build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
build_c_cast, convert_for_assignment, set_init_index,
set_init_label, c_expand_start_case): Likewise.
* toplev.c (documented_lang_options, display_help): Likewise.

From-SVN: r35576
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/c-lex.c
gcc/c-parse.in
gcc/c-typeck.c
gcc/toplev.c