From 8856becf34868c2ebaefff9baa294c21462f281b Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 14:11:58 +0200 Subject: Convert most of main.c to use debugging --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 9710d23..5d34042 100644 --- a/main.h +++ b/main.h @@ -20,6 +20,7 @@ enum debug_category { DBG_REF = (0x1 << 5), DBG_MALLOC = (0x1 << 6), DBG_ANN = (0x1 << 7), + DBG_SIG = (0x1 << 7), }; static inline bool -- cgit v1.2.3