Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
7243adb2
Commit
7243adb2
authored
Oct 19, 2011
by
Raymond Toy
Browse files
Remove :CREATE from :IF-DOES-NOT-EXIST; it doesn't do anything
special.
parent
6cc21d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/fndb.lisp
View file @
7243adb2
...
...
@@ -1116,7 +1116,7 @@
(
defknown
load
((
or
filename
stream
)
&key
(
:verbose
t
)
(
:print
t
)
(
:if-does-not-exist
(
member
:error
:create
nil
))
&key
(
:verbose
t
)
(
:print
t
)
(
:if-does-not-exist
(
member
:error
nil
))
(
:if-source-newer
(
member
:load-source
:load-object
:query
:compile
))
(
:contents
(
or
null
(
member
:source
:binary
)))
(
:external-format
t
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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