length->string-length in boot-9.scm

Aleksandar Bakic (bakicale@cps.msu.edu)
Tue, 16 Sep 1997 16:13:27 -0400 (EDT)

This fixed the problem with the keyword (boot-9.scm, line 293):

(define (keyword->symbol kw)
(let ((sym (keyword-dash-symbol kw)))
(string->symbol (substring sym 1 (string-length sym)))))

-- 
Aleksandar Bakic, Comp.Sci. graduate student at Michigan State University
e-mail: bakicale@cps.msu.edu