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
asdf
asdf
Commits
bffd8c4b
Commit
bffd8c4b
authored
Oct 14, 2013
by
Francois-Rene Rideau
Browse files
Fix typo for ccl/windows
parent
4b21e1a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/common-lisp.lisp
View file @
bffd8c4b
...
...
@@ -52,7 +52,7 @@
(
unless
(
fboundp
'external-process-wait
)
(
in-development-mode
(
defun
external-process-wait
(
proc
)
(
when
(
and
(
external-process-pid
proc
)
(
eq
(
external-process-
:
%status
proc
)
:running
))
(
when
(
and
(
external-process-pid
proc
)
(
eq
(
external-process-%status
proc
)
:running
))
(
with-interrupts-enabled
(
wait-on-semaphore
(
external-process-completed
proc
))))
(
values
(
external-process-%exit-code
proc
)
...
...
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