picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 182c03dcabac4b58b38f8e09b675a9cd4a0c5c6b
parent b32bfda36259f6dedb1b203607f3dbb70eae1ba1
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 12 Oct 2012 20:48:54 +0200

emu64 continued
Diffstat:
Msrc64/arch/emu.l | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src64/arch/emu.l b/src64/arch/emu.l @@ -1,4 +1,4 @@ -# 10oct12abu +# 12oct12abu # (c) Software Lab. Alexander Burger # *AsmOpcodes *AsmCode *AsmPos *Labels *AsmData *SysFun @@ -1176,10 +1176,7 @@ (if (=0 X) "nop" (fmtInstruction (get *AsmOpcodes X 1)) ) ) ) - (mapc prinl - (quote - "};" - NIL ) ) + (prinl "};") (mapc prinl (quote NIL