From feb1a0447e40d0f10951c84d0efedf94149939bc Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 27 Oct 1994 02:52:30 +0000 Subject: [PATCH] Always build-toolkit-interface. --- tools/clmcom.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp index ac9c56fad..bf5a070a8 100644 --- a/tools/clmcom.lisp +++ b/tools/clmcom.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.11 1994/03/10 19:12:25 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.12 1994/10/27 02:52:30 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -93,8 +93,9 @@ (unless (fboundp 'xt::build-toolkit-interface) (mapc #'load tk-internals-files) - (mapc #'load tk-files) - (xt::build-toolkit-interface)) + (mapc #'load tk-files)) + + (xt::build-toolkit-interface) (dolist (f interface-files) (comf f :load t #+small :byte-compile #+small t))) -- GitLab