Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
5cc1ee05
Commit
5cc1ee05
authored
Jul 17, 2004
by
pfdietz
Browse files
Add a variable for the cl symbols in a vector
parent
f6b8d45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/cl-symbol-names.lsp
View file @
5cc1ee05
...
...
@@ -999,6 +999,9 @@
(
mapcar
#
'(lambda (str) (intern str pkg))
*cl-symbol-names*))))
(defparameter *cl-symbols-vector*
(make-array (length *cl-symbols*) :initial-contents *cl-symbols*))
;;; Symbols classified by their kind in the spec
(defparameter *cl-function-symbols*
'
(
...
...
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