Changeset 15645
- Timestamp:
- 02/20/23 00:02:06 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/run-program.lisp
r15643 r15645 191 191 (appendp (second output-redirection))) 192 192 (threads:make-thread (lambda () (to-file error file :append appendp)))))) 193 (when (and wait194 (not-java-6-p)195 196 process)))) )193 (when (and (not (find :java-6 *features*)) ;; TODO deprecate 194 wait) 195 (process-wait process)) 196 process)))) 197 197 198 198 (defconstant +inherit+
Note: See TracChangeset
for help on using the changeset viewer.