]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/tic.h
ncurses 6.3 - patch 20220917
[ncurses.git] / include / tic.h
index 89350592e6d8b6dd32026adc2d78daaf77c81935..302c06d8a8b274e9b3511b57010c64af1d66c7dd 100644 (file)
@@ -34,7 +34,7 @@
  ****************************************************************************/
 
 /*
- * $Id: tic.h,v 1.85 2022/09/03 19:11:20 tom Exp $
+ * $Id: tic.h,v 1.86 2022/09/17 16:01:45 tom Exp $
  *     tic.h - Global variables and structures for the terminfo compiler.
  */
 
@@ -135,7 +135,7 @@ extern "C" {
 #define DEBUG_LEVEL(n) ((n) << TRACE_SHIFT)
 
 #define set_trace_level(n) \
-       _nc_tracing &= DEBUG_LEVEL(MAX_DEBUG_LEVEL + 1) - 1, \
+       _nc_tracing &= TRACE_MAXIMUM, \
        _nc_tracing |= DEBUG_LEVEL(n)
 
 #ifdef TRACE