Multiple chaining keys in oset* and oset
[jscl.git] / src / read.lisp
index e8ca5eb..1d057bd 100644 (file)
              (ls-read stream eof-error-p eof-value t)
              (prog2 (ls-read stream)
                  (ls-read stream eof-error-p eof-value t)))))
-      (#\J
+      ((#\J #\j)
        (unless (char= (%peek-char stream) #\:)
          (error "FFI descriptor must start with a semicolon."))
        (let ((descriptor (subseq (read-until stream #'terminalp) 1))