summaryrefslogtreecommitdiff
path: root/src/proto/if_python3.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-03 18:49:17 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-03 18:49:17 +0200
commit32ac8cdaaaa32c09b0818c214e01e8e557d88b56 (patch)
tree95d169cbeb3d98450e7991e210ef5be77412f61a /src/proto/if_python3.pro
parent0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 (diff)
downloadvim-git-32ac8cdaaaa32c09b0818c214e01e8e557d88b56.tar.gz
updated for version 7.3.1299v7.3.1299
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
Diffstat (limited to 'src/proto/if_python3.pro')
-rw-r--r--src/proto/if_python3.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro
index c1b591634..1e2a522fb 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -3,8 +3,8 @@ int python3_enabled __ARGS((int verbose));
void python3_end __ARGS((void));
int python3_loaded __ARGS((void));
void ex_py3 __ARGS((exarg_T *eap));
-void ex_py3do __ARGS((exarg_T *eap));
void ex_py3file __ARGS((exarg_T *eap));
+void ex_py3do __ARGS((exarg_T *eap));
void python3_buffer_free __ARGS((buf_T *buf));
void python3_window_free __ARGS((win_T *win));
void python3_tabpage_free __ARGS((tabpage_T *tab));