summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-11-20 13:12:36 +0000
committerBram Moolenaar <Bram@vim.org>2008-11-20 13:12:36 +0000
commit0300597f4c743f4fe352192ef653b899e3ab544c (patch)
treec0fc597b5b9d34fc479a1545d119d59fe1e40ca1 /src/vim.h
parent3025b39e973fa6edd495a61a7b6ad68c874bcc84 (diff)
updated for version 7.2-047v7.2.047
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 14405dc557..0a979e4e42 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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