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

Added interpreter stub for value-cell-ref (for load-time-value).

parent 2b28242a
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-comp.lisp,v 1.20 1991/12/22 03:58:48 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.21 1992/09/16 15:50:19 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -303,3 +303,5 @@ ...@@ -303,3 +303,5 @@
(funcall fun))) (funcall fun)))
(defun %cleanup-point ()) (defun %cleanup-point ())
(defun value-cell-ref (x) (value-cell-ref x))
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