* configure.in: check for hstrerror.
[bpt/guile.git] / ice-9 / boot-9.scm
index b1b0cd5..c9df726 100644 (file)
        (for-each (lambda (char template)
                    (read-hash-extend char
                                      (make-array-proc template)))
-                 '(#\b #\a #\u #\e #\s #\i #\c #\y   #\h)
-                 '(#t  #\a 1   -1  1.0 1/3 0+i #\nul s)))
+                 '(#\b #\a #\u #\e #\s #\i #\c #\y   #\h #\l)
+                 '(#t  #\a 1   -1  1.0 1/3 0+i #\nul s   l)))
       (let ((array-proc (lambda (c port)
                          (read:array c port))))
        (for-each (lambda (char) (read-hash-extend char array-proc))