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 f7f16fe47e9d86bf9e2dc81c04892eef9d4b7b7c
parent c153667980a916a380703f1182c8224c6cdcf50c
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  3 Nov 2012 15:07:11 +0100

emu64 continued
Diffstat:
Msrc64/arch/emu.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src64/arch/emu.l b/src64/arch/emu.l @@ -1135,7 +1135,7 @@ NIL "#define MAX8 ((uint8_t)-1)" "#define MAX64 ((uint64_t)-1)" - "#define STACK (16 * 1024 * 1024)" + "#define STACK (8 * 1024 * 1024)" NIL "typedef union op {" " uint64_t n;" ) )