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
Eric Timmons
asdf
Commits
340e226a
Commit
340e226a
authored
Nov 18, 2019
by
Robert Goldman
Browse files
Fix error in case-sensitive lisps.
parent
84ac52cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-operation-done-p.asd
View file @
340e226a
...
...
@@ -2,10 +2,10 @@
())
(
defmethod
operation-done-p
((
op
load-op
)
(
c
never-done
))
NIL
)
nil
)
(
defmethod
operation-done-p
((
op
compile-op
)
(
c
never-done
))
NIL
)
nil
)
(
defsystem
"test-operation-done-p"
...
...
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