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 729e1338d2c18e371aef52077f629e8754b25d40
parent 5a1a9877c07d71c3ea9f58b258411ca5586858a0
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 13 Oct 2012 16:39:17 +0200

emu64 continued
Diffstat:
Msrc64/sys/emu.code.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src64/sys/emu.code.l b/src64/sys/emu.code.l @@ -1,4 +1,4 @@ -# 05oct12abu +# 13oct12abu # (c) Software Lab. Alexander Burger # System macros @@ -27,7 +27,7 @@ (push '*SysFun - '"void wifsignaledS_F(void) {Result = !WIFSIGNALED(*(int*)(S.p + 8));}" ) + '"void wifsignaledS_F(void) {Result = WIFSIGNALED(*(int*)(S.p + 8));}" ) (code 'wifsignaledS_F 0) # WIFSIGNALED cc wifsignaledS_F()