mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
move function for GREMLINs build
This commit is contained in:
parent
abdde18b6e
commit
faca5cf3f6
1 changed files with 8 additions and 8 deletions
|
@ -389,6 +389,14 @@ palm_snprintf( XP_UCHAR* buf, XP_U16 len, XP_UCHAR* format, ... )
|
|||
} /* palm_snprintf */
|
||||
#endif
|
||||
|
||||
#ifdef FOR_GREMLINS
|
||||
static Boolean
|
||||
doNothing( EventPtr event )
|
||||
{
|
||||
return true;
|
||||
} /* doNothing */
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
void
|
||||
palm_warnf( char* format, ... )
|
||||
|
@ -534,14 +542,6 @@ palm_debugf( char* format, ...)
|
|||
/* if -0 isn't passed to compiler it wants to find this!!! */
|
||||
void p_ignore(char* s, ...) {}
|
||||
|
||||
#ifdef FOR_GREMLINS
|
||||
static Boolean
|
||||
doNothing( EventPtr event )
|
||||
{
|
||||
return true;
|
||||
} /* doNothing */
|
||||
#endif
|
||||
|
||||
void
|
||||
palm_logf( char* format, ... )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue