From f2260269931f2c5feb3f46f1b669ba8d555073bf Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 19 Aug 1993 23:42:26 +0000 Subject: [PATCH] Flushed :XEP load-time constant kind, since it is no longer any different from :ENTRY. --- compiler/byte-comp.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp index 76aef7e69..850f6de11 100644 --- a/compiler/byte-comp.lisp +++ b/compiler/byte-comp.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/byte-comp.lisp,v 1.15 1993/05/25 20:35:19 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.16 1993/08/19 23:42:26 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1128,7 +1128,7 @@ (if (null closure) (output-push-load-time-constant segment :entry leaf) (let ((my-env (node-environment ref))) - (output-push-load-time-constant segment :xep leaf) + (output-push-load-time-constant segment :entry leaf) (dolist (thing closure) (etypecase thing (lambda-var -- GitLab