From af30308eb453a173f598fb57dd593eba522205ec Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 24 Aug 1993 23:43:05 +0000
Subject: [PATCH] inhibit-warnings -> ext:inhibit-warnings

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

diff --git a/compiler/eval.lisp b/compiler/eval.lisp
index 1ed8742d6..6b5d97354 100644
--- a/compiler/eval.lisp
+++ b/compiler/eval.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.23 1993/08/23 01:35:53 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.24 1993/08/24 23:43:05 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -975,7 +975,7 @@
        (setf (symbol-value (c::global-var-name var)) value))
       (c::dylan-var
        (locally
-	 (declare (optimize (inhibit-warnings 3)))
+	 (declare (optimize (ext:inhibit-warnings 3)))
 	 (setf (dylan::value-datum
 		(dylan::lookup-varinfo-value (c::dylan-var-name var)
 					     (dylan::find-module
-- 
GitLab