From: Ralph Ronnquist Date: Sat, 18 Dec 2021 01:08:36 +0000 (+1100) Subject: updated comments X-Git-Tag: 0.1.0~21 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=235b4a0ae5c5c052fe8a201162968d406172c037;p=rrq%2Fnewlisp%2Fpacknl.git updated comments --- diff --git a/packnl.lsp b/packnl.lsp index e49d943..333d54e 100644 --- a/packnl.lsp +++ b/packnl.lsp @@ -63,8 +63,7 @@ (if DIR (write-file (string DIR "/" N) (P S D)) (println N)) (inc P S)))))))) -;; clear the compiler index -;; Drop the compile members from the index +;; clear the compiler archive index, to be used for source archives (dolist (M (map first (archives))) (archives M nil)) (when (or (!= 1 (length (clean null? OPTIONS)))