From 36c505166ecda93fac8cd790f17f119c37628127 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 23 Mar 1994 12:45:26 +0000 Subject: [PATCH] Make load-tn-conflicts-in-sc a block entry point so that error routines can call it. --- compiler/pack.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/pack.lisp b/compiler/pack.lisp index 8e8cb5eef..7dd6750dd 100644 --- a/compiler/pack.lisp +++ b/compiler/pack.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/pack.lisp,v 1.50 1994/01/06 16:32:43 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.51 1994/03/23 12:45:26 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -893,7 +893,7 @@ ;;;; Load TN packing: -(declaim (start-block pack-load-tns)) +(declaim (start-block pack-load-tns load-tn-conflicts-in-sc)) ;;; These variables indicate the last location at which we computed the ;;; Live-TNs. They hold the Block and VOP values that were passed to -- GitLab