summaryrefslogtreecommitdiff
path: root/math/sc-im/files/patch-cmds__normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/sc-im/files/patch-cmds__normal.c')
-rw-r--r--math/sc-im/files/patch-cmds__normal.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/sc-im/files/patch-cmds__normal.c b/math/sc-im/files/patch-cmds__normal.c
deleted file mode 100644
index d62350d6e119..000000000000
--- a/math/sc-im/files/patch-cmds__normal.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmds_normal.c.orig 2019-02-22 18:41:46 UTC
-+++ cmds_normal.c
-@@ -70,7 +70,7 @@ extern int cmd_multiplier;
- extern void start_visualmode(int tlrow, int tlcol, int brrow, int brcol);
- extern void ins_in_line(wint_t d);
-
--wchar_t interp_line[BUFFERSIZE];
-+extern wchar_t interp_line[BUFFERSIZE];
-
- #ifdef HISTORY_FILE
- extern struct history * commandline_history;