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 71bf292c1e301a2ed9a89919f14793cba4e045be
parent fa39adbe10f900543dbeb0a69b02a0253e741f8e
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon,  5 Nov 2012 19:37:29 +0100

Removed absolute library paths in "lib/openGl.l"
Diffstat:
Mlib/openGl.l | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/openGl.l b/lib/openGl.l @@ -1,4 +1,4 @@ -# 12jun11abu +# 05nov12abu # 27jul10jk # (c) Software Lab. Alexander Burger @@ -6,8 +6,8 @@ (load "@lib/math.l") (default - *GluLib "/usr/lib/libGLU.so" - *GlutLib "/usr/lib/libglut.so" ) + *GluLib "libGLU.so" + *GlutLib "libglut.so" ) # Pre-consed fixpoint arguments (setq