summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-17 21:19:38 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-17 21:19:38 +0200
commitbd5e15fd5c7e42505d6b0e20f4198d24fc7e219d (patch)
tree70e3f86ae76494fc094bbe25c58ba2befbcf4872 /src/proto.h
parent02c707a87da1b0f78d10a689cc03941a2e8acbc6 (diff)
downloadvim-git-bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d.tar.gz
Added support for Python 3. (Roland Puntaier)
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index d9c00916c..40fb2a99a 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -186,6 +186,10 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
# include "if_python.pro"
# endif
+# ifdef FEAT_PYTHON3
+# include "if_python3.pro"
+# endif
+
# ifdef FEAT_TCL
# include "if_tcl.pro"
# endif