mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +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 void moveToFront( DictMgrCtxt* dmgr, XP_U16 indx );
|
||||||
static XP_S16 findFor( DictMgrCtxt* dmgr, const XP_UCHAR* key );
|
static XP_S16 findFor( DictMgrCtxt* dmgr, const XP_UCHAR* key );
|
||||||
#ifdef DEBUG
|
#if defined DEBUG && defined PRINT_LOTS
|
||||||
static void printInOrder( const DictMgrCtxt* dmgr );
|
static void printInOrder( const DictMgrCtxt* dmgr );
|
||||||
#else
|
#else
|
||||||
# define printInOrder( dmgr )
|
# define printInOrder( dmgr )
|
||||||
|
@ -146,7 +146,7 @@ moveToFront( DictMgrCtxt* dmgr, XP_U16 indx )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if defined DEBUG && defined PRINT_LOTS
|
||||||
static void
|
static void
|
||||||
printInOrder( const DictMgrCtxt* dmgr )
|
printInOrder( const DictMgrCtxt* dmgr )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue