mirror of
https://github.com/janet-lang/janet
synced 2025-07-22 11:52:54 +00:00
Merge branch 'master' of github.com:janet-lang/janet
This commit is contained in:
commit
781ed0dc67
@ -560,7 +560,7 @@ struct JanetListenerState {
|
|||||||
int bytes; /* Used to track how many bytes were transfered. */
|
int bytes; /* Used to track how many bytes were transfered. */
|
||||||
#endif
|
#endif
|
||||||
/* internal */
|
/* internal */
|
||||||
int _index; /* not used in all implementations */
|
size_t _index;
|
||||||
int _mask;
|
int _mask;
|
||||||
JanetListenerState *_next;
|
JanetListenerState *_next;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user