mirror of
https://github.com/fallout2-ce/fpattern.git
synced 2026-07-27 16:47:36 -07:00
Update debug.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
* debug.h
|
||||
*
|
||||
* Copyright ©1997-2015 by David R. Tribble, all rights reserved.
|
||||
* Copyright ©1997-2015 by David R. Tribble, all rights reserved.
|
||||
*/
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ static const char drt_debug_h_id[] =
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if DEBUG
|
||||
#define DL(e) (opt_debug ? (void)(e) : (void)0)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user