From ea6b9d06937b1762dea4833680eb928ba3804821 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Sun, 26 Jan 2003 22:09:38 +0000
Subject: [PATCH] Correct some exports.

---
 code/exports.lisp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 4d66de847..b537f6333 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.196 2002/12/13 03:23:56 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.197 2003/01/26 22:09:38 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -888,7 +888,8 @@
              "INTERNAL-DEBUG" "VAR" "*PRINT-LOCATION-KIND*"
 	     "*ONLY-BLOCK-START-LOCATIONS*" "*STACK-TOP-HINT*"
 	     "*TRACE-VALUES*" "DO-DEBUG-COMMAND"
-	     "*TRACE-ENCAPSULATE-DEFAULT*"))
+	     "*TRACE-ENCAPSULATE-DEFAULT*"
+	     "*DEFAULT-PRINT-FRAME-CALL-VERBOSITY*"))
 
 (intern "CHAR" "LISP")
 (defpackage "EXTENSIONS"
@@ -1465,7 +1466,8 @@
 	     "*DEFAULT-REPORT-TIME-PRINTFUNCTION*" "*INSERT-SPACEREPORTS*"
 	     "*TIMED-FUNCTIONS*" "DELETE-SPACEREPORTS" "PRINT-SPACEREPORTS"
 	     "PROFILE" "PROFILE-ALL" "REPORT-TIME" "REPORT-TIME-CUSTOM"
-	     "RESET-SPACEREPORTS" "RESET-TIME" "UNPROFILE" "WITH-SPACEREPORT"))
+	     "RESET-SPACEREPORTS" "RESET-TIME" "UNPROFILE" "WITH-SPACEREPORT"
+	     "*NO-CALLS-LIMIT*" "*NO-CALLS*"))
 (dolist
     (name
      '("ARRAY-RANK" "ARRAY-TOTAL-SIZE" "BOOLEAN" "CHAR-INT" "FLOAT-DIGITS"
-- 
GitLab