mirror of
https://github.com/fallout2-ce/fpattern.git
synced 2026-07-27 16:47:36 -07:00
Remove opt_debug use
This commit is contained in:
@@ -38,7 +38,8 @@ static const char drt_debug_h_id[] =
|
||||
#include <stdio.h>
|
||||
|
||||
#if DEBUG
|
||||
#define DL(e) (opt_debug ? (void)(e) : (void)0)
|
||||
// #define DL(e) (opt_debug ? (void)(e) : (void)0)
|
||||
#define DL(e) ((void)(e))
|
||||
#else
|
||||
#define DL(e) ((void)0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user