projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff4cf0
)
bugfix for reading uninterned symbols in repl
author
Andrea Griffini
<agriff@tin.it>
Fri, 3 May 2013 21:34:20 +0000
(23:34 +0200)
committer
Andrea Griffini
<agriff@tin.it>
Fri, 3 May 2013 21:34:42 +0000
(23:34 +0200)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
aa2f821
..
e870dce
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-580,7
+580,7
@@
#+jscl
(let ((package (symbol-package symbol)))
(if (null package)
- (code "{name: " (dump-symbol (symbol-name symbol)) "}")
+ (code "{name: " (dump-string (symbol-name symbol)) "}")
(ls-compile `(intern ,(symbol-name symbol) ,(package-name package))))))
(defun dump-cons (cons)