fix: hectic C: impruve cycle detection for debug strig constructor

This commit is contained in:
2025-04-13 23:13:28 +00:00
parent a2f7886f8e
commit 58f68a2aee
4 changed files with 53 additions and 24 deletions
-1
View File
@@ -30,7 +30,6 @@ void set_output_color_mode(ColorMode mode);
* DEBUG_COLOR_MODE is the color mode for debug output after USE_COLOR() check.
* used for debug colorized output
*/
#define DEBUG_COLOR_MODE COLOR_MODE_FORCE
#define USE_COLOR_IN_DEBUG() (USE_COLOR() ? DEBUG_COLOR_MODE : COLOR_MODE_DISABLE)
#define COLOR_RED "\033[1;31m"