projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7143baf
)
#j macrocharacter as synonymous of #J
author
David Vázquez
<davazp@gmail.com>
Thu, 6 Jun 2013 11:44:16 +0000
(12:44 +0100)
committer
David Vázquez
<davazp@gmail.com>
Thu, 6 Jun 2013 11:44:16 +0000
(12:44 +0100)
src/read.lisp
patch
|
blob
|
history
diff --git
a/src/read.lisp
b/src/read.lisp
index
e8ca5eb
..
1d057bd
100644
(file)
--- a/
src/read.lisp
+++ b/
src/read.lisp
@@
-247,7
+247,7
@@
(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))