Skip to content
GitLab
Projects
Groups
Snippets
/
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
6327aaed
Commit
6327aaed
authored
Apr 15, 2010
by
sds
Browse files
no nil vectors in cmucl
parent
bf3a3d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/doit.lsp
View file @
6327aaed
...
...
@@ -31,6 +31,10 @@
(rtest:disable-note :allow-nil-arrays)
(rtest:disable-note :nil-vectors-are-strings))
#+cmu
(progn
(rt:disable-note :nil-vectors-are-strings))
#+gcl(si::use-fast-links nil)
(in-package :cl-test)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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