mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Bye WAL macro
This commit is contained in:
parent
953d160085
commit
432f4b4376
@ -49,11 +49,9 @@
|
|||||||
#ifdef DEV_BUILD
|
#ifdef DEV_BUILD
|
||||||
#define DEBUG if (debug) DBG_supervisor(debug);
|
#define DEBUG if (debug) DBG_supervisor(debug);
|
||||||
#define VIO_DEBUG /* remove this for production build */
|
#define VIO_DEBUG /* remove this for production build */
|
||||||
#define WALW_DEBUG /* remove this for production build */
|
|
||||||
#else /* PROD */
|
#else /* PROD */
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#undef VIO_DEBUG
|
#undef VIO_DEBUG
|
||||||
#undef WALW_DEBUG
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BUGCHECK(number) ERR_bugcheck (number, __FILE__, __LINE__)
|
#define BUGCHECK(number) ERR_bugcheck (number, __FILE__, __LINE__)
|
||||||
|
Loading…
Reference in New Issue
Block a user