From 322b0506f77ff60a4a4eabdc76fd45f84331fcc5 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 30 Dec 2023 20:10:09 +1100 Subject: [PATCH] Allow for smaller newlisp binary --- incore.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incore.lsp b/incore.lsp index 6b0a02f..7203047 100644 --- a/incore.lsp +++ b/incore.lsp @@ -70,7 +70,7 @@ ;; Discover and load an in-core archive by means of a marker row of 40 ;; "x", and then a series of pathname\nsize\nbytes[size] members. -(if (find (dup "x" 40) core nil 391704) +(if (find (dup "x" 40) core nil 300000) (let ((P (+ $it 41))) ; skip marker and newline (constant 'incore P) (while (regex "([^\n]+)\n([^\n]+)\n" core 0 P) -- 2.39.2