From c083a819b26a58d8a6caa58e15c5e8821bff01eb Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 27 Dec 2001 03:35:21 +0000 Subject: collect2.c (is_ctor_dtor): Const-ify. * collect2.c (is_ctor_dtor): Const-ify. * m88k-protos.c (output_file_start): Likewise. * m88k.c (m88k_lang_independent_options, output_options, output_file_start): Likewise. * fix-header.c (files_to_ignore, std_include_entry, include_entry, std_include_table, main): Likewise. * protoize.c (longopts): Likewise. * regclass.c (int_reg_class_contents): Likewise. * toplev.c (dump_file, f_options, W_options): Make static. (lang_independent_options, f_options, W_options): Const-ify. * tree-dump.c (dump_file_info): Likewise. * unroll.c (_factor): Make static. java: * chartables.h: Const-ify. * gjavah.c (options): Likewise. * jcf-dump.c (options): Likewise. * jv-scan.c (options): Likewise. * lex.c (java_start_char_p, java_part_char_p): Likewise. * parse.y (binop_lookup): Likewise. From-SVN: r48322 --- gcc/protoize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index 6c6ceee..0ab5118 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -4531,7 +4531,7 @@ do_processing () #endif /* !defined (UNPROTOIZE) */ } -static struct option longopts[] = +static const struct option longopts[] = { {"version", 0, 0, 'V'}, {"file_name", 0, 0, 'p'}, -- cgit v1.1