diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-15 13:06:27 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-15 13:06:27 +1000 |
commit | 938e3944fd7d55951e794224e6346488d3c701ea (patch) | |
tree | 74b1ffd98099a69392f3472768ea99ebe18c4586 /src/log.h | |
parent | d4df846c97a7fd216748806abdb729a11a0ce2ec (diff) |
cone wip
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |