mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Decrement thread channel pointer during cleanup without adding to heap.
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
#define JANET_MARSHAL_DECREF 0x40000
|
||||
|
||||
#define janet_assert(c, m) do { \
|
||||
if (!(c)) JANET_EXIT((m)); \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user