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 9dfc8c0c5c86ae91fac504ff3c037ba6551f2abb
parent 23f009376af2c5f9d7f614767ca853338e0578e5
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 27 Apr 2011 09:11:51 +0200

Re: Keep local 'pil' compatible with global 'pil'
Diffstat:
Mlib/test.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/test.l b/lib/test.l @@ -1,8 +1,8 @@ -# 25apr11abu +# 27apr11abu # (c) Software Lab. Alexander Burger ### Unit Tests ### -# bin/picolisp $(/bin/pwd)/lib.l ext.l lib/test.l -bye + +# $(/bin/pwd)/pil lib/test.l -bye + (test T (pool (tmp "db")))