From 0680f034e1fabb00f7a6704b7ad9be34189e3414 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 9 Jul 1992 00:05:06 +0000
Subject: [PATCH] Changed the #+nil to #+debug in front of some debugging code
 so that you can just add :debug to *features* and recompile without changing
 the source code.

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

diff --git a/code/load.lisp b/code/load.lisp
index cdf7b1d51..04ee87df0 100644
--- a/code/load.lisp
+++ b/code/load.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.42 1992/05/15 17:52:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.43 1992/07/09 00:05:06 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -371,7 +371,7 @@
 	    (*current-fop-table-index* 0))
 	(loop
 	  (let ((byte (read-byte file)))
-	    #+nil ;; Uncomment this to get a trace of the fops executed.
+	    #+debug ; Add :debug to *features* to get a trace of the fops.
 	    (let ((ptr *fop-stack-pointer*)
 		  (stack *fop-stack*))
 	      (fresh-line *trace-output*)
-- 
GitLab