mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Change the preprocessor symbol DEBUG' to
DEBUGGING', since the
former is automatically defined by Cygwin. [originally from svn r6007]
This commit is contained in:
@ -122,7 +122,8 @@ struct config_item {
|
||||
* Platform routines
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
/* We can't use #ifdef DEBUG, because Cygwin defines it by default. */
|
||||
#ifdef DEBUGGING
|
||||
#define debug(x) (debug_printf x)
|
||||
void debug_printf(char *fmt, ...);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user