Skip to content
Snippets Groups Projects
Commit 65d559ad authored by Robert Goldman's avatar Robert Goldman
Browse files

Added IGNORE declaration.

Needed for clean compile.
parent 7d1e3fdd
No related branches found
No related tags found
No related merge requests found
......@@ -575,6 +575,7 @@ It returns a process-info plist with possible keys:
;; 2- extract result
#+allegro (multiple-value-bind (exit-code pid signal)
(sys:reap-os-subprocess :pid process :wait t)
(declare (ignore pid))
(or signal exit-code))
#+clozure (nth-value 1 (ccl:external-process-status process))
#+(or cmu scl) (ext:process-exit-code process)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment