stray (dbg)?
"bryan o'connor" <[email protected]> Wed, 22 Jun 2005 01:17:35 -0700
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
is the (dbg) in canonicalize-argument-precedence-order
a remnant of the latest bleeding-edge updates?
..bryan
_______________________________________________
Bug-openmcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/bug-openmcl
patch.txt
(text/plain, 598 B)
Index: level-1/l1-clos-boot.lisp
===================================================================
RCS file: /usr/local/tmpcvs/ccl-0.14-dev/ccl/level-1/l1-clos-boot.lisp,v
retrieving revision 1.35
diff -u -u -r1.35 l1-clos-boot.lisp
--- level-1/l1-clos-boot.lisp 16 Jun 2005 05:08:19 -0000 1.35
+++ level-1/l1-clos-boot.lisp 22 Jun 2005 08:14:34 -0000
@@ -3189,7 +3189,6 @@
(defun canonicalize-argument-precedence-order (apo req)
- (dbg)
(cond ((equal apo req) nil)
((not (eql (length apo) (length req)))
(signal-program-error "Lengths of ~S and ~S differ." apo req))