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
33f8d509
Commit
33f8d509
authored
May 25, 2005
by
pfdietz
Browse files
Forgot to load four files
parent
93aeee28
Changes
2
Show whitespace changes
Inline
Side-by-side
ansi-tests/load-data-and-control-flow.lsp
View file @
33f8d509
...
...
@@ -55,6 +55,7 @@
(load "multiple-value-call.lsp") ;; include multiple-value-list
(load "multiple-value-prog1.lsp")
(load "multiple-value-setq.lsp")
(load "multiple-value-list.lsp")
(load "nil.lsp")
(load "not-and-null.lsp")
(load "notany.lsp")
...
...
ansi-tests/load-sequences.lsp
View file @
33f8d509
...
...
@@ -15,10 +15,13 @@
(load "nreverse.lsp")
(load "sort.lsp")
(load "stable-sort.lsp")
(load "length.lsp")
(load "find.lsp")
(load "find-if.lsp")
(load "find-if-not.lsp")
(load "position.lsp")
(load "position-if.lsp")
(load "position-if-not.lsp")
(load "search-list.lsp")
(load "search-vector.lsp")
(load "search-bitvector.lsp")
...
...
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