Skip to content
Snippets Groups Projects
Commit 0f03d47e authored by ram's avatar ram
Browse files

Moved *eval-stack* to code/byte-interp, since that is loaded first.

parent 1b26770a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.20 1992/09/07 15:37:19 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.21 1993/05/12 16:16:17 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -34,11 +34,6 @@ ...@@ -34,11 +34,6 @@
;;;; Interpreter stack. ;;;; Interpreter stack.
(defvar *eval-stack* (make-array 100)
"This is the interpreter's evaluation stack.")
(defvar *eval-stack-top* 0
"This is the next free element of the interpreter's evaluation stack.")
;;; Setting this causes the stack operations to dump a trace. ;;; Setting this causes the stack operations to dump a trace.
;;; ;;;
(defvar *eval-stack-trace* nil) (defvar *eval-stack-trace* nil)
......
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