Add DEBUG_dbaron to the DEBUG_xpc_hacker list.

This commit is contained in:
dbaron%dbaron.org 2003-03-22 17:26:29 +00:00
parent a924d9950c
commit 51d4f67690

View File

@ -129,7 +129,7 @@
// Note that one would not normally turn *any* of these on in a non-DEBUG build.
#if defined(DEBUG_jband) || defined(DEBUG_jst) || defined(DEBUG_dbradley) || defined(DEBUG_shaver) || defined(DEBUG_timeless)
#if defined(DEBUG_jband) || defined(DEBUG_jst) || defined(DEBUG_dbradley) || defined(DEBUG_shaver) || defined(DEBUG_dbaron) || defined(DEBUG_timeless)
#define DEBUG_xpc_hacker
#endif