aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index dc3b7f8..7b5078c 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;