guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-www/http.scm patch


From: thi
Subject: guile-www/http.scm patch
Date: Fri, 2 Feb 2001 10:34:07 -0800

2001-02-02  Thien-Thi Nguyen  <address@hidden>

        * http.scm: Use (ice-9 rdelim) if `read-line' not defined.

Index: http.scm
===================================================================
RCS file: /cvs/guile/guile-www/http.scm,v
retrieving revision 1.6
diff -u -p -w -c -r1.6 http.scm
cvs server: conflicting specifications of output style
*** http.scm    1997/10/20 22:17:22     1.6
--- http.scm    2001/02/02 18:33:16
***************
*** 23,28 ****
--- 23,34 ----
  ;;;; Boston, MA 02111-1307 USA
  ;;;; 
  
+ ;;; Compatibility
+ 
+ (or (defined? 'read-line)
+     (use-modules (ice-9 rdelim)))
+ 
+ 
  ;;; Variables that affect HTTP usage.
  
  (define-public http:version "HTTP/1.0")  ; bump up to 1.1 when ready



reply via email to

[Prev in Thread] Current Thread [Next in Thread]