cl-olefs

OLE File System tools for Common Lisp
git clone https://logand.com/git/cl-olefs.git/
Log | Files | Refs

commit 38b0927fcc1f96b62699bbd196b5e7de65d5fbd0
parent c344585b41dd7b64db536afb86a1f2f4a9696934
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu, 11 Sep 2014 22:52:27 +0200

ignore unused arg

Diffstat:
Molefs.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/olefs.lisp b/olefs.lisp @@ -755,7 +755,7 @@ ole-file entry (lambda (in level i h start end parents) - (declare (ignore end)) + (declare (ignore end parents)) (when debug ;; pre (when (and (zerop level) (plusp i))