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 98875f41ec172ce151885c754c0aef3db901c43a
parent 512ffb4e4fa5572d9424f00c0e3ba8cc791b31ed
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 21 Sep 2011 08:56:25 +0200

Minor
Diffstat:
Msrc64/sym.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src64/sym.l b/src64/sym.l @@ -1,4 +1,4 @@ -# 20sep11abu +# 21sep11abu # (c) Software Lab. Alexander Burger ### Compare long names ### @@ -881,7 +881,7 @@ ret # Build balanced copy of a namespace -(code 'balanceXY 0) # ACE +(code 'balanceXY) # ACE ld E Nil # Build list call consTreeXE_E link