Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
climacs
climacs
Commits
6b1c4c43
Commit
6b1c4c43
authored
Oct 28, 2006
by
Robert Strandh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert uninterned symbols to objects.
parent
e838097d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp-syntax.lisp
lisp-syntax.lisp
+3
-0
No files found.
lisp-syntax.lisp
View file @
6b1c4c43
...
...
@@ -2571,6 +2571,9 @@ object. Otherwise, nil will be returned.")
(
when
(
not
(
eval-feature-conditional
conditional
syntax
))
(
token-to-object
syntax
(
third-noncomment
(
children
token
))))))
(
defmethod
token-to-object
(
syntax
(
token
uninterned-symbol-form
)
&key
)
(
read-from-string
(
token-string
syntax
token
)))
(
defmethod
token-to-object
(
syntax
(
token
undefined-reader-macro-form
)
&key
)
;; ???
nil
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment