mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
remove (ice-9 lineio)'s dependency on (ice-9 readline)
* module/ice-9/lineio.scm: Use (ice-9 rdelim) instead of (ice-9 readline) to remove readline dependency.
This commit is contained in:
parent
9591a2b016
commit
7f171dbfa0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
|
|
||||||
(define-module (ice-9 lineio)
|
(define-module (ice-9 lineio)
|
||||||
:use-module (ice-9 readline)
|
:use-module (ice-9 rdelim)
|
||||||
:export (unread-string read-string lineio-port?
|
:export (unread-string read-string lineio-port?
|
||||||
make-line-buffering-input-port))
|
make-line-buffering-input-port))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue