comparison src/vim.h @ 2329:ad2889f48843 vim73

Added support for Python 3. (Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Sat, 17 Jul 2010 21:19:38 +0200
parents 233eb4412f5d
children ea4bf6df1a8a
comparison
equal deleted inserted replaced
2328:15379284e55a 2329:ad2889f48843
11 11
12 /* use fastcall for Borland, when compiling for Win32 (not for DOS16) */ 12 /* use fastcall for Borland, when compiling for Win32 (not for DOS16) */
13 #if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG) 13 #if defined(__BORLANDC__) && defined(WIN32) && !defined(DEBUG)
14 #if defined(FEAT_PERL) || \ 14 #if defined(FEAT_PERL) || \
15 defined(FEAT_PYTHON) || \ 15 defined(FEAT_PYTHON) || \
16 defined(FEAT_PYTHON3) || \
16 defined(FEAT_RUBY) || \ 17 defined(FEAT_RUBY) || \
17 defined(FEAT_TCL) || \ 18 defined(FEAT_TCL) || \
18 defined(FEAT_MZSCHEME) || \ 19 defined(FEAT_MZSCHEME) || \
19 defined(DYNAMIC_GETTEXT) || \ 20 defined(DYNAMIC_GETTEXT) || \
20 defined(DYNAMIC_ICONV) || \ 21 defined(DYNAMIC_ICONV) || \