From 8462159ae1b2247f968345c8284de2755c6c2ab0 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 25 Jul 1993 21:16:33 +0000
Subject: [PATCH] debug-info => debug

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

diff --git a/code/profile.lisp b/code/profile.lisp
index 9dac38181..055537b4a 100644
--- a/code/profile.lisp
+++ b/code/profile.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/profile.lisp,v 1.7 1992/09/07 16:11:12 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/profile.lisp,v 1.8 1993/07/25 21:16:33 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -461,7 +461,7 @@
 ;;;
 (proclaim '(notinline compute-time-overhead-aux))
 (defun compute-time-overhead-aux (x)
-  (declare (ext:optimize-interface (debug-info 2)))
+  (declare (ext:optimize-interface (debug 2)))
   (declare (ignore x)))
 
 
-- 
GitLab