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
2a2826b4
Commit
2a2826b4
authored
Nov 04, 2013
by
Francois-Rene Rideau
Browse files
Remove unused variable warnings in GCL and more in %use-run-program.
parent
b93f2512
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
2a2826b4
...
...
@@ -671,7 +671,9 @@ It returns a process-info plist with possible keys:
&key
input
output
error-output
ignore-error-status
&allow-other-keys
)
;; helper for RUN-PROGRAM when using %run-program
#+
(
or
abcl
cormanlisp
gcl
(
and
lispworks
os-windows
)
mcl
mkcl
xcl
)
(
error
"Not implemented on this platform"
)
(
progn
command
keys
input
output
error-output
ignore-error-status
;; ignore
(
error
"Not implemented on this platform"
))
(
assert
(
not
(
member
:stream
(
list
input
output
error-output
))))
(
let*
((
active-input-p
(
%active-io-specifier-p
input
))
(
active-output-p
(
%active-io-specifier-p
output
))
...
...
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