Changeset: 0ff78bc0c248 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0ff78bc0c248
Modified Files:
        gdk/gdk_bat.c
Branch: Mar2025
Log Message:

Fix after tracer cleanup.


diffs (12 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -2454,7 +2454,7 @@ BATmode(BAT *b, bool transient)
 #ifdef NDEBUG
 /* assertions are disabled, turn failing tests into a message */
 #undef assert
-#define assert(test)   ((void) ((test) || (TRC_CRITICAL_ENDIF(CHECK_, 
"Assertion `%s' failed\n", #test), 0)))
+#define assert(test)   ((void) ((test) || (TRC_CRITICAL_ENDIF(CHECK, 
"Assertion `%s' failed\n", #test), 0)))
 #endif
 
 static void
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to