summaryrefslogtreecommitdiff
path: root/src/proto/if_python3.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 18:04:50 +0200
commit6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 (patch)
tree4832d5b27b1220617848917e3036687e3167557d /src/proto/if_python3.pro
parentdc536095ac452c12e9bb4c69b473d28d51e8d4b9 (diff)
downloadvim-git-6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239.tar.gz
Make automatic prototype generation work with more interfaces.
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 cca043092..a2c7e4c16 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -1,4 +1,4 @@
-/* if_python.c */
+/* if_python3.c */
int python3_enabled __ARGS((int verbose));
void python3_end __ARGS((void));
void ex_python3 __ARGS((exarg_T *eap));