From: Ralph Ronnquist Date: Sat, 30 Dec 2023 09:10:09 +0000 (+1100) Subject: Allow for smaller newlisp binary X-Git-Tag: 0.1.0~1 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;ds=sidebyside;h=322b0506f77ff60a4a4eabdc76fd45f84331fcc5;p=rrq%2Fnewlisp%2Fpacknl.git Allow for smaller newlisp binary --- 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)