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