Fix exporting problem

master
Ringo Wantanabe 5 years ago
parent e0b3f4ef86
commit 670542ef41
No known key found for this signature in database
GPG Key ID: DDDD9B6759158726

@ -414,7 +414,7 @@
(loop for next = (read-next-until stream #\])
while next
collect next into objects
finally (return `(export ,@objects))))
finally (return `(defexport ,@objects))))
(defun top-level-reader (stream char)
(multiple-value-bind (thing okay) (sexpr-reader stream char)

Loading…
Cancel
Save