0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2-047

This commit is contained in:
Bram Moolenaar
2008-11-20 13:12:36 +00:00
parent 3025b39e97
commit 0300597f4c
3 changed files with 15 additions and 1 deletions

View File

@@ -1986,6 +1986,9 @@ typedef int VimClipboard; /* This is required for the prototypes. */
# endif
#endif
#ifndef FEAT_NETBEANS_INTG
# undef NBDEBUG
#endif
#ifdef NBDEBUG /* Netbeans debugging. */
# include "nbdebug.h"
#else