mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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 */
|
} /* palm_snprintf */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef FOR_GREMLINS
|
||||||
|
static Boolean
|
||||||
|
doNothing( EventPtr event )
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
} /* doNothing */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
void
|
void
|
||||||
palm_warnf( char* format, ... )
|
palm_warnf( char* format, ... )
|
||||||
|
@ -534,14 +542,6 @@ palm_debugf( char* format, ...)
|
||||||
/* if -0 isn't passed to compiler it wants to find this!!! */
|
/* if -0 isn't passed to compiler it wants to find this!!! */
|
||||||
void p_ignore(char* s, ...) {}
|
void p_ignore(char* s, ...) {}
|
||||||
|
|
||||||
#ifdef FOR_GREMLINS
|
|
||||||
static Boolean
|
|
||||||
doNothing( EventPtr event )
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
} /* doNothing */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
palm_logf( char* format, ... )
|
palm_logf( char* format, ... )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue