#j macrocharacter as synonymous of #J
authorDavid Vázquez <davazp@gmail.com>
Thu, 6 Jun 2013 11:44:16 +0000 (12:44 +0100)
committerDavid Vázquez <davazp@gmail.com>
Thu, 6 Jun 2013 11:44:16 +0000 (12:44 +0100)
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))