summaryrefslogtreecommitdiff
path: root/devel/gdb/files/patch-gdb_completer.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb/files/patch-gdb_completer.c')
-rw-r--r--devel/gdb/files/patch-gdb_completer.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb/files/patch-gdb_completer.c b/devel/gdb/files/patch-gdb_completer.c
deleted file mode 100644
index df2f3ea07b3f..000000000000
--- a/devel/gdb/files/patch-gdb_completer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdb/completer.c.orig 2018-03-15 16:51:01.106677000 +0100
-+++ gdb/completer.c 2018-03-15 16:51:47.055214000 +0100
-@@ -2038,7 +2038,7 @@
- /* We don't rely on readline appending the quote char as
- delimiter as then readline wouldn't append the ' ' after the
- completion. */
-- char buf[2] = { quote_char () };
-+ char buf[2] = { static_cast<char> (quote_char ()) };
-
- match_list[0] = reconcat (match_list[0], match_list[0],
- buf, (char *) NULL);