diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:19:04 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:19:04 +0000 |
commit | 2ce06f6eb9a10bbbf1b3a0abf9f8c1bb71311e54 (patch) | |
tree | 6dc3e7795458f6ab29244cf926d32ece9b1f696d /src/nbdebug.h | |
parent | b23c33872aa46de39bdc2cd2cbded697afa6ad08 (diff) | |
download | vim-git-2ce06f6eb9a10bbbf1b3a0abf9f8c1bb71311e54.tar.gz |
updated for version 7.0046
Diffstat (limited to 'src/nbdebug.h')
-rw-r--r-- | src/nbdebug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nbdebug.h b/src/nbdebug.h index 5aae15a88..b540481cd 100644 --- a/src/nbdebug.h +++ b/src/nbdebug.h @@ -35,7 +35,6 @@ #define NBDLEVEL(flags) (nb_debug != NULL && (nb_dlevel & (flags))) #define NBDEBUG_TRACE 1 -//#define NBDEBUG_SENSE 2 typedef enum { WT_ENV = 1, /* look for env var if set */ |