mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
move function for GREMLINs build
This commit is contained in:
parent
10eef46020
commit
b93b8e544e
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…
Add table
Reference in a new issue