]> www.dolda2000.com Git - doldaconnect.git/commitdiff
Port Scheme programs to Guile 1.8.
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 21 Oct 2007 20:15:44 +0000 (22:15 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 21 Oct 2007 20:15:44 +0000 (22:15 +0200)
Guile 1.8 requires the module (ice-9 rdelim) for the read-line
and write-line procedures.

lib/guile/autodl
lib/guile/chatlog
lib/guile/hubmgr

index ff21b84cfb30c0afa8a97c2991eaa856ee75156c..b6498de89f1cd207240ca14d41e2fe83886ec5d4 100755 (executable)
@@ -19,7 +19,7 @@
 ;  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 (use-modules (dolcon ui))
-(use-modules (ice-9 pretty-print))
+(use-modules (ice-9 pretty-print) (ice-9 rdelim))
 
 (define sr '())
 (define lastsearch 0)
index 950aa074e8a72f22ee37ef53c721990ac2c4b51c..d66489ed4ea607292bd544523b6822947674b483 100755 (executable)
@@ -19,7 +19,7 @@
 ;  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 (use-modules (dolcon ui))
-(use-modules (ice-9 pretty-print))
+(use-modules (ice-9 pretty-print) (ice-9 rdelim))
 
 (define fnetnodes '())
 
index 39b4f43db958e1cc88db2a5b6bf6aa7046676fd3..48c2b6581fa9e6ed5d32550e622bd638eb599d5b 100755 (executable)
@@ -19,7 +19,7 @@
 ;  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 (use-modules (dolcon ui) (dolcon util))
-(use-modules (ice-9 format))
+(use-modules (ice-9 format) (ice-9 rdelim))
 
 (define max-hubs 6)
 (define hub-list '())