summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-15 13:06:27 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-15 13:06:27 +1000
commit938e3944fd7d55951e794224e6346488d3c701ea (patch)
tree74b1ffd98099a69392f3472768ea99ebe18c4586 /src/log.h
parentd4df846c97a7fd216748806abdb729a11a0ce2ec (diff)
cone wip
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 0ece7e6..537cb6e 100644
--- a/src/log.h
+++ b/src/log.h
@@ -10,6 +10,11 @@
exit(1); \
}
+#define TODO(msg) \
+ do { \
+ ERROR_EXIT("TODO: %s", msg); \
+ } while (0)
+
#define LOG_WARN_ENABLED 1
#define LOG_INFO_ENABLED 1