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 533bd2c0fbad87ebb32cbf809c559a283a01699f
parent e8c748486dc39d89bdab6b999c662be7f34024e9
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue,  7 Feb 2012 17:26:54 +0100

Minor cosmetics
Diffstat:
Msrc/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,4 +1,4 @@ -# 07mar11abu +# 07feb12abu # 27feb08rdo # (c) Software Lab. Alexander Burger @@ -7,7 +7,7 @@ lib = ../lib picoFiles = main.c gc.c apply.c flow.c sym.c subr.c big.c io.c net.c tab.c -CFLAGS := -c -O2 -m32 -pipe \ +CFLAGS = -c -O2 -m32 -pipe \ -falign-functions -fomit-frame-pointer -fno-strict-aliasing \ -W -Wimplicit -Wreturn-type -Wunused -Wformat \ -Wuninitialized -Wstrict-prototypes \