Corrected the definition of ps:length.
authorTravis Cross <tc@traviscross.com>
Sun, 17 Aug 2008 09:56:55 +0000 (09:56 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 17 Aug 2008 09:56:55 +0000 (09:56 +0000)
Thanks to Daniel Gackle for pointing out the problem and the most
obvious solution.

src/lib/ps-macro-lib.lisp

index 73090ea..51ea696 100644 (file)
@@ -55,7 +55,7 @@
 ;;; Data structures
 
 (defpsmacro length (a)
-  `(.size ,a))
+  `(@ ,a length))
 
 ;;; Misc