ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/gdb/files/patch-gdb_completer.c
Revision: 24716
Committed: Mon Nov 26 17:06:28 2018 UTC (5 years, 5 months ago) by laffer1
Content type: text/plain
File size: 477 byte(s)
Log Message:
update gdb to 8.2

File Contents

# Content
1 --- gdb/completer.c.orig 2018-03-15 16:51:01.106677000 +0100
2 +++ gdb/completer.c 2018-03-15 16:51:47.055214000 +0100
3 @@ -2038,7 +2038,7 @@
4 /* We don't rely on readline appending the quote char as
5 delimiter as then readline wouldn't append the ' ' after the
6 completion. */
7 - char buf[2] = { quote_char () };
8 + char buf[2] = { static_cast<char> (quote_char ()) };
9
10 match_list[0] = reconcat (match_list[0], match_list[0],
11 buf, (char *) NULL);

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain