From 8cd0e72062e34c1d76b44342cc239c44b78e3cd6 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 10 Mar 1994 19:12:25 +0000
Subject: [PATCH] Don't byte-compile if not :small.

---
 tools/clmcom.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp
index a89ffefb7..ac9c56fad 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.10 1993/08/24 15:58:07 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.11 1994/03/10 19:12:25 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -97,7 +97,7 @@
     (xt::build-toolkit-interface))
 
   (dolist (f interface-files)
-    (comf f :load t :byte-compile t)))
+    (comf f :load t #+small :byte-compile #+small t)))
 
 (apply #'cat-if-anything-changed
        "target:interface/clm-library"
-- 
GitLab