diff options
author | DJ Delorie <dj@delorie.com> | 2002-01-03 00:25:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-01-03 00:25:57 +0000 |
commit | dd548f9d1f81a5caa880fdb95a6e239a8a08984e (patch) | |
tree | 683e56a5d4a598612912b6ae6797c64d6512cbcf /libiberty/cplus-dem.c | |
parent | 172eaaa8b4c0069779769b5fd6aadfa64bceeeaf (diff) | |
download | gdb-dd548f9d1f81a5caa880fdb95a6e239a8a08984e.tar.gz |
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 691eb7135d4..5af88263686 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'}, |