lang: add missing includes; misc formatting cleanup

This commit is contained in:
2024-12-06 09:53:09 +00:00
parent 5fe3231c9e
commit d1855afc05
9 changed files with 131 additions and 88 deletions

View File

@@ -3,10 +3,13 @@
#include <stdio.h>
/* uncomment this to enable super-verbose debugging output */
// #define IVY_LANG_DEBUG
#if defined(IVY_LANG_DEBUG)
#define debug_printf(...) printf(__VA_ARGS__)
#else
#define debug_printf(...)
#endif
#endif
#endif