mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
too much logging
This commit is contained in:
parent
e36f68a1d0
commit
40d63be58b
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ struct DictMgrCtxt {
|
|||
|
||||
static void moveToFront( DictMgrCtxt* dmgr, XP_U16 indx );
|
||||
static XP_S16 findFor( DictMgrCtxt* dmgr, const XP_UCHAR* key );
|
||||
#ifdef DEBUG
|
||||
#if defined DEBUG && defined PRINT_LOTS
|
||||
static void printInOrder( const DictMgrCtxt* dmgr );
|
||||
#else
|
||||
# define printInOrder( dmgr )
|
||||
|
@ -146,7 +146,7 @@ moveToFront( DictMgrCtxt* dmgr, XP_U16 indx )
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#if defined DEBUG && defined PRINT_LOTS
|
||||
static void
|
||||
printInOrder( const DictMgrCtxt* dmgr )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue