Skip to content
Snippets Groups Projects
Commit 89c717d7 authored by ram's avatar ram
Browse files

Fix another unqualified inhibit-warnings.

parent 0e067dd6
No related branches found
No related tags found
No related merge requests found
......@@ -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.25 1993/08/25 00:15:24 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.26 1993/08/25 01:42:38 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1050,7 +1050,7 @@
(symbol-value (c::global-var-name leaf)))))
(c::dylan-var
(locally
(declare (optimize (inhibit-warnings 3)))
(declare (optimize (ext:inhibit-warnings 3)))
(dylan::value-datum
(dylan::lookup-varinfo-value (c::dylan-var-name leaf)
(dylan::find-module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment