diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-03 18:49:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-03 18:49:17 +0200 |
commit | 32ac8cdaaaa32c09b0818c214e01e8e557d88b56 (patch) | |
tree | 95d169cbeb3d98450e7991e210ef5be77412f61a /src/proto/if_python3.pro | |
parent | 0f5a5ed8bb3c014ef9de0480852a3e5737c33fc6 (diff) | |
download | vim-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.pro | 2 |
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)); |