From 4d5c556f00ae97b16696cc1ff779ac8e45d6fc27 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 27 Nov 1999 08:09:42 +0000 Subject: * Update debugging to use string flags instead of integers. --- debug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 6b9d1cb..30c2d62 100644 --- a/debug.h +++ b/debug.h @@ -20,11 +20,13 @@ Boston, MA 02111-1307, USA. */ #define DB_NONE (0x000) #define DB_BASIC (0x001) -#define DB_EXTRA (0x002) +#define DB_VERBOSE (0x002) #define DB_JOBS (0x004) #define DB_IMPLICIT (0x008) #define DB_MAKEFILES (0x100) +#define DB_ALL (0xfff) + extern int db_level; #define ISDB(_l) ((_l)&db_level) -- cgit v1.2.3