commit 7bc4d7c9959e45c21425a193ef38eb0034b03f95 from: Martijn van Duren date: Sun Jan 26 19:51:52 2025 UTC Revert accidentally commited debug bits commit - d7bb6a7c97fdb4d844f9ddf1ea85d85832907b4d commit + 7bc4d7c9959e45c21425a193ef38eb0034b03f95 blob - ac41e833252ea9cf1f4cc9fc6d3f49aad789e000 blob + bfcfffad744f57cf230004fe1157d8508c175ea4 --- ioev.c +++ ioev.c @@ -102,9 +102,8 @@ static struct io *current = NULL; static uint64_t frame = 0; static int _io_debug = 0; -//#define io_debug(args...) do { if (_io_debug) printf(args); } while(0) +#define io_debug(args...) do { if (_io_debug) printf(args); } while(0) -#define io_debug(args...) do { fprintf(stderr, args); } while(0) const char* io_strio(struct io *io)