Mercurial > vim
comparison src/nbdebug.h @ 1624:18ee39301b82 v7.2a
updated for version 7.2a
author | vimboss |
---|---|
date | Tue, 24 Jun 2008 22:58:06 +0000 |
parents | 6b49757d378c |
children | a954a30e4073 |
comparison
equal
deleted
inserted
replaced
1623:53938adac247 | 1624:18ee39301b82 |
---|---|
21 fflush(stderr); \ | 21 fflush(stderr); \ |
22 abort(); \ | 22 abort(); \ |
23 } | 23 } |
24 #endif | 24 #endif |
25 | 25 |
26 #define nbdebug(a) nbdbg##a | 26 #define nbdebug(a) nbdbg a |
27 | 27 |
28 #define NB_TRACE 0x00000001 | 28 #define NB_TRACE 0x00000001 |
29 #define NB_TRACE_VERBOSE 0x00000002 | 29 #define NB_TRACE_VERBOSE 0x00000002 |
30 #define NB_TRACE_COLONCMD 0x00000004 | 30 #define NB_TRACE_COLONCMD 0x00000004 |
31 #define NB_PRINT 0x00000008 | 31 #define NB_PRINT 0x00000008 |