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 039c44361b37b223cadb33e7f46b6fbfc240d66d
parent 80b50476f31ca607f9017efc8c6f77cba6db690d
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 27 Oct 2012 14:09:52 +0200

comment
Diffstat:
Msrc64/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src64/Makefile b/src64/Makefile @@ -105,7 +105,7 @@ $(lib)/ht: $(ARCH)$(SYS).ht.o .s.o: $(AS) -o $*.o $*.s -# Compile ### +### Compile ### sysdefs: sysdefs.c $(CC) -o sysdefs -D_FILE_OFFSET_BITS=64 sysdefs.c $(STRIP) sysdefs