Skip to content
Snippets Groups Projects
Commit 6327aaed authored by sds's avatar sds
Browse files

no nil vectors in cmucl

parent bf3a3d8f
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
(rtest:disable-note :allow-nil-arrays) (rtest:disable-note :allow-nil-arrays)
(rtest:disable-note :nil-vectors-are-strings)) (rtest:disable-note :nil-vectors-are-strings))
#+cmu
(progn
(rt:disable-note :nil-vectors-are-strings))
#+gcl(si::use-fast-links nil) #+gcl(si::use-fast-links nil)
(in-package :cl-test) (in-package :cl-test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment