From 683544972ff28d4d1e9b51cf16efe3ebe158828a Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 8 Jul 1991 16:30:47 +0000
Subject: [PATCH] Added :call-site and :single-value-return code location
 kinds.

---
 code/debug-info.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/debug-info.lisp b/code/debug-info.lisp
index 4a349f4b5..d70ebf30e 100644
--- a/code/debug-info.lisp
+++ b/code/debug-info.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.22 1991/03/12 17:18:10 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.23 1991/07/08 16:30:47 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -232,7 +232,7 @@
 (defconstant compiled-code-location-kind-byte (byte 3 0))
 (defconstant compiled-code-location-kinds
   '#(:unknown-return :known-return :internal-error :non-local-exit
-		     :block-start))
+		     :block-start :call-site :single-value-return))
 
 
 
-- 
GitLab