guile-devel
[Top][All Lists]
Advanced

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

spurious paren in srfi/srfi-19.scm


From: Matthias Koeppe
Subject: spurious paren in srfi/srfi-19.scm
Date: 28 May 2001 14:04:45 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6

Index: srfi/srfi-19.scm
===================================================================
RCS file: /cvs/guile/guile-core/srfi/srfi-19.scm,v
retrieving revision 1.5
diff -u -r1.5 srfi-19.scm
--- srfi/srfi-19.scm    2001/05/23 17:00:22     1.5
+++ srfi/srfi-19.scm    2001/05/28 11:02:35
@@ -602,9 +602,6 @@
             (set-time-nanosecond! t (+ 1000000000 (time-nanosecond t))))))
   t)
 
-
-  (
-
 ;; gives the julian day which starts at noon.
 (define (priv:encode-julian-day-number day month year)
   (let* ((a (quotient (- 14 month) 12))

-- 
Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe



reply via email to

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