8
0
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:
robocop 2004-09-27 11:50:28 +00:00
parent 953d160085
commit 432f4b4376

View File

@ -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__)