lang: add missing includes; misc formatting cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user