Update debug.h

This commit is contained in:
Vasilii Rogin
2025-05-11 13:07:35 +03:00
committed by GitHub
parent 8523173ec2
commit f4dd8106c5
+3 -1
View File
@@ -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