0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

updated for version 7.0044

This commit is contained in:
Bram Moolenaar
2005-01-25 21:46:35 +00:00
parent 1fad5d49c9
commit aab21c3533
4 changed files with 23 additions and 7 deletions

View File

@@ -240,11 +240,11 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
#if defined(FEAT_PERL) && !defined(IN_PERL_FILE)
# define CV void
# ifdef __BORLANDC__
# pragma option -pc
#pragma option -pc
# endif
# include "if_perl.pro"
# ifdef __BORLANDC__
# pragma option -p.
#pragma option -p.
# endif
# include "if_perlsfio.pro"
#endif