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/cplus-dem.c | |
parent | 02e3d9701f0d36cfc28f6902583fce1f92103aed (diff) | |
download | gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.zip gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.gz gdb-c23795e245459a861d4083299bda10cfe9fd2a1a.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r-- | libiberty/cplus-dem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index 691eb71..5af8826 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -4947,7 +4947,7 @@ extern int prepends_underscore; int strip_underscore = 0; -static struct option long_options[] = { +static const struct option long_options[] = { {"strip-underscores", no_argument, 0, '_'}, {"format", required_argument, 0, 's'}, {"help", no_argument, 0, 'h'}, |