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 58e2e015530b992a6fa636b3a433658940e5656a
parent bc62a42674bdc3a4e8e67f8158a6f0f747f73c1c
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed,  6 Apr 2011 21:29:20 +0200

One more constant message string
Diffstat:
Msrc64/glob.l | 2++
Msrc64/io.l | 2--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src64/glob.l b/src64/glob.l @@ -1163,6 +1163,8 @@ : Trc2 asciz " = " # io.l : SetFD asciz "SETFD %s" +: Delim ascii " \\t\\n\\r\\\"'(),[]`~{}" +: DelimEnd : Arrow asciz "-> " # db.l : RolbLog asciz "Last transaction not completed: Rollback\n" diff --git a/src64/io.l b/src64/io.l @@ -2137,8 +2137,6 @@ end end ret -: Delim ascii " \\t\\n\\r\\\"'(),[]`~{}" -: DelimEnd (code 'rdList_E) cmp S (StkLimit) # Stack check