From b96ddb6a0c503c86e420a941e0baf29e97a63839 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sun, 13 Oct 2013 03:50:40 -0400 Subject: [PATCH] Indicate which CCL bug our hot patch relates to. --- uiop/common-lisp.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiop/common-lisp.lisp b/uiop/common-lisp.lisp index abaf6742e..7d837f129 100644 --- a/uiop/common-lisp.lisp +++ b/uiop/common-lisp.lisp @@ -48,7 +48,7 @@ #+clozure (in-package :ccl) -#+(and clozure windows-target) +#+(and clozure windows-target) ;; See http://trac.clozure.com/ccl/ticket/1117 (eval-when (:load-toplevel :compile-toplevel :execute) (unless (fboundp 'external-process-wait) (in-development-mode -- GitLab