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 9d9703b37612d7eae4f682f63e99cb5b31397db3
parent 315aee9090b5f6a9a37ef6499d0faa31b1ab9863
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 10 Apr 2013 08:59:33 +0200

Removed rather meaningless comment
Diffstat:
Mlib/z3d.l | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/z3d.l b/lib/z3d.l @@ -1,4 +1,4 @@ -# 09apr13abu +# 10apr13abu # (c) Software Lab. Alexander Burger (load "@lib/native.l") @@ -87,7 +87,6 @@ static int PixSize; static GC Gc; static Window Win; -/* 3D-Environment */ static int SizX, SizY, OrgX, OrgY; static unsigned *Zbuff; static edge *Edges;