comparison src/if_python.c @ 456:c4d200412ae9 v7.0121

updated for version 7.0121
author vimboss
date Mon, 01 Aug 2005 07:19:10 +0000
parents 03b3684919e3
children 52e76e2b5b65
comparison
equal deleted inserted replaced
455:e6e639f0cb97 456:c4d200412ae9
17 * 4. Utility functions for handling the interface between Vim and Python. 17 * 4. Utility functions for handling the interface between Vim and Python.
18 */ 18 */
19 19
20 #include "vim.h" 20 #include "vim.h"
21 21
22 #include <stdio.h>
23 #include <stdarg.h>
24 #include <limits.h> 22 #include <limits.h>
25 23
26 /* Python.h defines _POSIX_THREADS itself (if needed) */ 24 /* Python.h defines _POSIX_THREADS itself (if needed) */
27 #ifdef _POSIX_THREADS 25 #ifdef _POSIX_THREADS
28 # undef _POSIX_THREADS 26 # undef _POSIX_THREADS