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 4b04a99e284df2747904c3ef0a5a77e777f062ef
parent 87c5e2c95b7590b86f20a408740225c8693faab2
Author: Commit-Bot <unknown>
Date:   Sat, 24 Jul 2010 05:44:33 +0000

Automatic commit from picoLisp.tgz, From: Sat, 24 Jul 2010 05:44:33 GMT
Diffstat:
Mlib/openGl.l | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/openGl.l b/lib/openGl.l @@ -1,4 +1,4 @@ -# 22jul10abu +# 24jul10abu # 22jul10jk # (c) Software Lab. Alexander Burger @@ -123,7 +123,9 @@ ### OpenGL library interface ### -(de *GlutLib . "/usr/lib/libglut.so") +(default + *GluLib "/usr/lib/libGLU.so" + *GlutLib "/usr/lib/libglut.so" ) ### Inline-C functions ###