mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Redo state management for Janet listeners.
Make more use of the built in GC code for abstracts to be sure things are more correct. Issue before was streams could be freed before IOCP events arrived.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#ifndef JANET_EXIT
|
||||
#include <stdio.h>
|
||||
#define JANET_EXIT(m) do { \
|
||||
fprintf(stderr, "C runtime error at line %d in file %s: %s\n",\
|
||||
fprintf(stderr, "janet interpreter runtime error at line %d in file %s: %s\n",\
|
||||
__LINE__,\
|
||||
__FILE__,\
|
||||
(m));\
|
||||
|
||||
Reference in New Issue
Block a user