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 d13515c02b3b2d41e52fd77afa9d4d08a5666775
parent f08ff20284bad6cac76c2de08e3e947c08a81ace
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  7 Apr 2011 15:26:29 +0200

Minor change: 'Globals' label is obsolete
Diffstat:
Msrc64/glob.l | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src64/glob.l b/src64/glob.l @@ -1,10 +1,9 @@ -# 06apr11abu +# 07apr11abu # (c) Software Lab. Alexander Burger (data 'Data 0) initData -(data 'Globals 0) :: AV word 0 # Command line argument vector :: AV0 word 0 # Command name :: Home word 0 # Home directory