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
0c98a688
Commit
0c98a688
authored
Apr 23, 1991
by
ram
Browse files
Fixed a context declaration to be a keyword.
parent
506e247d
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/worldcom.lisp
View file @
0c98a688
...
...
@@ -21,7 +21,7 @@
'
(((
:or
:external
(
:and
(
:match
"%"
)
(
:match
"SET"
)))
(
declare
(
optimize-interface
(
safety
2
))))
((
:or
(
:and
:external
:macro
)
(
match
"$PARSE-"
))
(
:
match
"$PARSE-"
))
(
declare
(
optimize
(
safety
2
))))
((
:and
:external
(
:match
"LIST"
))
(
declare
(
optimize
(
safety
1
))))))
...
...
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