diff options
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index dc3b7f8f258..7b5078cf1f3 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -557,7 +557,8 @@ static int is_ctor_dtor (s) const char *s; { - struct names { const char *const name; int len; int ret; int two_underscores; }; + struct names { const char *const name; const int len; const int ret; + const int two_underscores; }; register struct names *p; register int ch; |