mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
need to initialize thread timeout flag to false
This commit is contained in:
parent
dccc398621
commit
fd87e62ec0
1 changed files with 1 additions and 0 deletions
1
sexp.c
1
sexp.c
|
@ -458,6 +458,7 @@ sexp sexp_make_context (sexp ctx, size_t size, size_t max_size) {
|
|||
sexp_context_saves(res) = NULL;
|
||||
sexp_context_params(res) = SEXP_NULL;
|
||||
sexp_context_tracep(res) = 0;
|
||||
sexp_context_timeoutp(res) = 0;
|
||||
sexp_context_tailp(res) = 1;
|
||||
#if SEXP_USE_GREEN_THREADS
|
||||
sexp_context_event(res) = SEXP_FALSE;
|
||||
|
|
Loading…
Add table
Reference in a new issue