projects
/
rrq
/
newlisp
/
packnl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a157261
)
Allow for smaller newlisp binary
author
Ralph Ronnquist
<rrq@rrq.au>
Sat, 30 Dec 2023 09:10:09 +0000
(20:10 +1100)
committer
Ralph Ronnquist
<rrq@rrq.au>
Sat, 30 Dec 2023 09:10:09 +0000
(20:10 +1100)
incore.lsp
patch
|
blob
|
history
diff --git
a/incore.lsp
b/incore.lsp
index 6b0a02f5c73b82d0f834302140a67cd99e818894..7203047c0be43aefb1b97d0fc694df61b2878ccf 100644
(file)
--- 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 3
91704
)
+(if (find (dup "x" 40) core nil 3
00000
)
(let ((P (+ $it 41))) ; skip marker and newline
(constant 'incore P)
(while (regex "([^\n]+)\n([^\n]+)\n" core 0 P)