diff options
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 0ab5118..34fdb2b 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 |