mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
#ifndef BX_P_H_HEADER_GUARD
|
||||
#define BX_P_H_HEADER_GUARD
|
||||
|
||||
#if 1 // BX_CONFIG_DEBUG
|
||||
#ifndef BX_CONFIG_DEBUG
|
||||
# define BX_CONFIG_DEBUG 0
|
||||
#endif // BX_CONFIG_DEBUG
|
||||
|
||||
#if BX_CONFIG_DEBUG
|
||||
# define BX_TRACE _BX_TRACE
|
||||
# define BX_WARN _BX_WARN
|
||||
# define BX_CHECK _BX_CHECK
|
||||
|
||||
Reference in New Issue
Block a user