From 235b4a0ae5c5c052fe8a201162968d406172c037 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 18 Dec 2021 12:08:36 +1100 Subject: [PATCH] updated comments --- packnl.lsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))) -- 2.39.2