mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Import call/cc
This commit is contained in:
parent
0673eae46d
commit
587f739f76
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
call-with-process-io process->bytevector
|
||||
process->string process->sexp process->string-list
|
||||
process->output+error process->output+error+status)
|
||||
(import (chibi) (chibi io) (chibi string) (chibi filesystem))
|
||||
(import (chibi) (chibi io) (chibi string) (chibi filesystem) (only (scheme base) call/cc))
|
||||
(cond-expand (threads (import (srfi 18) (srfi 151))) (else #f))
|
||||
(cond-expand ((not windows) (include-shared "process")))
|
||||
(include "process.scm"))
|
||||
|
|
Loading…
Add table
Reference in a new issue