Allow for smaller newlisp binary
authorRalph Ronnquist <rrq@rrq.au>
Sat, 30 Dec 2023 09:10:09 +0000 (20:10 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Sat, 30 Dec 2023 09:10:09 +0000 (20:10 +1100)
incore.lsp

index 6b0a02f5c73b82d0f834302140a67cd99e818894..7203047c0be43aefb1b97d0fc694df61b2878ccf 100644 (file)
@@ -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)