summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-02 23:18:59 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-02 23:18:59 +0000
commitc077395fb2d27d95fcc1d3fd1c7a4f3ea147730a (patch)
tree1b3ba80e154ddb807e8dfcaefbbd0018b015a992 /gcc/protoize.c
parent507293cace2d89fea75b8882c57502c6efbd0954 (diff)
downloadgcc-c077395fb2d27d95fcc1d3fd1c7a4f3ea147730a.tar.gz
* gcc.c (default_compilers): Const-ify.
* mips-tdump.c (stab_names): Likewise. * mips-tfile.c (map_coff_types, map_coff_storage, map_coff_sym_type, map_coff_derived_type, stabs_symbol, pseudo_ops_t, pseudo_ops): Likewise. * protoize.c (default_include): Likewise f: * com.c (clear_binding_level): Const-ify. (ffecom_arglist_expr_): Likewise. * info.c (ffeinfo_types_): Don't needlessly zero init. * lex.c (ffelex_hash_kludge): Const-ify. java: * parse.y (src_parse_roots): Don't needlessly zero init. libiberty: * cp-demangle.c (long_options): Const-ify. * cplus-dem.c (long_options): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48485 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 0ab51188943..34fdb2bdb36 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -207,7 +207,7 @@ static const int hash_mask = (HASH_TABLE_SIZE - 1);
static const struct default_include { const char *const fname;
const char *const component;
- int x1, x2; } include_defaults[]
+ const int x1, x2; } include_defaults[]
#ifdef INCLUDE_DEFAULTS
= INCLUDE_DEFAULTS;
#else