Skip to content
Snippets Groups Projects
Commit c9ea4f9f authored by camm's avatar camm
Browse files

No nil arrays in GCL

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