commit | 6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 18:04:50 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 18:04:50 2010 +0200 |
tree | 4832d5b27b1220617848917e3036687e3167557d | |
parent | dc536095ac452c12e9bb4c69b473d28d51e8d4b9 [diff] [blame] |
Make automatic prototype generation work with more interfaces.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 1dab501..c57db94 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -8491,7 +8491,7 @@ } #ifdef FEAT_PERSISTENT_UNDO - void + static void ex_wundo(eap) exarg_T *eap; { @@ -8501,7 +8501,7 @@ u_write_undo(eap->arg, eap->forceit, curbuf, hash); } - void + static void ex_rundo(eap) exarg_T *eap; {