Skip to content
Snippets Groups Projects
Commit 54554856 authored by pfdietz's avatar pfdietz
Browse files

Disable :nil-vectors-are-strings in openmcl

parent a3021511
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,4 @@ If negative zeros are distinct this is probably not good, since it makes (defcon
;;; Haible disagrees with :result-type-element-type-by-subtype
#+clisp (rt::disable-note :result-type-element-type-by-subtype)
#+gcl (rt::disable-note :nil-vectors-are-strings)
#+(or openmcl gcl) (rt::disable-note :nil-vectors-are-strings)
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