mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
Removing uneeded imports.
This commit is contained in:
parent
c3b214a7ab
commit
131c8e93d4
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
rx-match? rx-match-num-matches
|
||||
rx-match-submatch rx-match-submatch/list
|
||||
rx-match->list rx-match->sexp)
|
||||
(import (srfi 9) (srfi 33) (srfi 38) (srfi 69))
|
||||
(import (srfi 33) (srfi 69))
|
||||
;; Chibi's char-set library is more factored than SRFI-14.
|
||||
(cond-expand
|
||||
(chibi
|
||||
(import (chibi) (chibi char-set) (chibi char-set full)))
|
||||
(import (chibi) (srfi 9) (chibi char-set) (chibi char-set full)))
|
||||
(else
|
||||
(import (scheme base) (srfi 14))))
|
||||
;; Use string-cursors where available.
|
||||
|
|
Loading…
Add table
Reference in a new issue