mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
fix to compile without DEBUG defined
This commit is contained in:
parent
ad2916b186
commit
c0598aa06b
1 changed files with 2 additions and 0 deletions
|
@ -961,6 +961,7 @@ makeTableHash( void )
|
|||
static void
|
||||
printTableHash( void )
|
||||
{
|
||||
#ifdef DEBUG
|
||||
if ( gDebug ) {
|
||||
std::vector<wchar_t>::iterator iter = gRevMap.begin();
|
||||
int count = 0; // 0th entry is 0
|
||||
|
@ -976,6 +977,7 @@ printTableHash( void )
|
|||
++count;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// emitNodes. "input" is $gNodes. From it we write up to
|
||||
|
|
Loading…
Add table
Reference in a new issue