From fb894d56f306ae031a8985e2e62d357e5d4d2cad Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 11 Oct 1990 17:38:13 +0000
Subject: [PATCH] Made CONSTANT-REFERENCE-P be an interface in the comment.

---
 compiler/ir1opt.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp
index 7c786ae59..f986e8096 100644
--- a/compiler/ir1opt.lisp
+++ b/compiler/ir1opt.lisp
@@ -996,7 +996,7 @@
   (undefined-value))
 
 
-;;; CONSTANT-REFERENCE-P  --  Internal
+;;; CONSTANT-REFERENCE-P  --  Interface
 ;;;
 ;;;    Return true if the value of Ref will always be the same (and is thus
 ;;; legal to substitute.)
-- 
GitLab