Skip to content
Snippets Groups Projects
Commit b0508ddc authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

Remove UTF-8 characters from comment block

parent 5345da2a
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@
(defun day-of-week (year month day)
"Day of week calculation using Zeller's Congruence.
Input: The year y, month m (1 m 12) and day d (1 d 31).
Input: The year y, month m (1 <= m <= 12) and day d (1 <= d <= 31).
Output: n - the day of the week (Sunday = 0, Saturday = 6)."
(when (< month 3)
......
cl-kmrcl (1.103-1) unstable; urgency=low
* Remove UTF-8 code to allow compilation on CLISP
-- Kevin M. Rosenberg <kmr@debian.org> Sun, 05 Sep 2010 22:26:17 -0600
cl-kmrcl (1.102-1) unstable; urgency=low
* New upstream
......
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.4.0
Standards-Version: 3.9.1.0
Homepage: http://files.b9.com/kmrcl/
Vcs-Git: git://git.b9.com/kmrcl.git
Vcs-Browser: http://git.b9.com/?p=kmrcl.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment