swank-picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/swank-picolisp.git/
Log | Files | Refs

commit ef254aca22d1a59d9e0d7004631d87575fa9a773
parent 654909c6ca58b04300f193f5615f487c22d57b18
Author: Tomas Hlavaty <tom@logand.com>
Date:   Fri, 29 Apr 2011 08:55:53 +0200

compute src directory for 64 and 32 bit picolisp

Diffstat:
Mswank-picolisp.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -129,7 +129,7 @@ (pack "grep -n '# (' " (path "@") - "src64" ## TODO determine src directory? + (if (== 64 64) "src64" "src") "/*.l | grep -v '# (c)'" ) ) (use (@A @B) (until (eof)