diff options
author | DJ Delorie <dj@redhat.com> | 2002-01-03 00:25:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-01-03 00:25:57 +0000 |
commit | c23795e245459a861d4083299bda10cfe9fd2a1a (patch) | |
tree | fd02f2503abd6b9262deb870efc828727f487063 /libiberty/cp-demangle.c | |
parent | 02e3d9701f0d36cfc28f6902583fce1f92103aed (diff) | |
download | gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.zip gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.gz gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r-- | libiberty/cp-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index b61ff2c..457a09f 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -3945,7 +3945,7 @@ print_usage (fp, exit_value) } /* Option specification for getopt_long. */ -static struct option long_options[] = +static const struct option long_options[] = { { "help", no_argument, NULL, 'h' }, { "strict", no_argument, NULL, 's' }, |