summaryrefslogtreecommitdiffstats
path: root/src/proto/digraph.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
commit32d19c1820305729c0d1b21536b18bae2d8378ed (patch)
tree6dd790dd68ffc208a6f46cba099ec58df06d0f80 /src/proto/digraph.pro
parent78dcd4f002c41fff9c15434336f57210edc384f2 (diff)
patch 8.1.0380: "make proto" doesn't work wellv8.1.0380
Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
Diffstat (limited to 'src/proto/digraph.pro')
-rw-r--r--src/proto/digraph.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/digraph.pro b/src/proto/digraph.pro
index dfadc9dad0..4c12f51374 100644
--- a/src/proto/digraph.pro
+++ b/src/proto/digraph.pro
@@ -1,6 +1,6 @@
/* digraph.c */
int do_digraph(int c);
-char_u *get_digraph_for_char(int val);
+char_u *get_digraph_for_char(int val_arg);
int get_digraph(int cmdline);
int getdigraph(int char1, int char2, int meta_char);
void putdigraph(char_u *str);