projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a107b8d
)
Fix bug in dot notation
author
David Vazquez
<davazp@gmail.com>
Fri, 14 Dec 2012 22:35:40 +0000
(22:35 +0000)
committer
David Vazquez
<davazp@gmail.com>
Fri, 14 Dec 2012 22:35:40 +0000
(22:35 +0000)
reader.lisp
patch
|
blob
|
history
diff --git
a/reader.lisp
b/reader.lisp
index
b516fbd
..
9b8a127
100644
(file)
--- a/
reader.lisp
+++ b/
reader.lisp
@@
-53,8
+53,8
@@
nil)
((char= ch #\.)
(%read-char stream)
+ (skip-whitespaces-and-comments stream)
(prog1 (ls-read-1 stream)
- (skip-whitespaces-and-comments stream)
(unless (char= (%read-char stream) #\))
(error "')' was expected."))))
(t