Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
f80c5972
Commit
f80c5972
authored
Apr 25, 1991
by
ram
Browse files
Made SEQ be compiled safe because I don't feel like putting in all that
explicit bounds checking.
parent
9aed2729
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/worldcom.lisp
View file @
f80c5972
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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