Skip to content
Snippets Groups Projects
Commit f80c5972 authored by ram's avatar ram
Browse files

Made SEQ be compiled safe because I don't feel like putting in all that

explicit bounds checking.
parent 9aed2729
No related branches found
No related tags found
No related merge requests found
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
(with-compilation-unit (with-compilation-unit
(:optimize '(optimize (safety 1))) (:optimize '(optimize (safety 1)))
(comf "target:code/list")) (comf "target:code/list")
(comf "target:code/seq")) ; seq must come after list
(comf "target:code/seq") ; seq must come after list
(comf "target:code/string") (comf "target:code/string")
(comf "target:code/mipsstrops") (comf "target:code/mipsstrops")
......
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