Skip to content
Snippets Groups Projects
Commit d0b8f43c authored by wlott's avatar wlott
Browse files

Added fop-make-byte-compiled-function.

parent 746675f0
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.40 1992/03/08 18:31:30 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.41 1992/04/19 13:11:05 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1028,6 +1028,10 @@
(format t "~S defined~%" fun))
fun)))
(define-fop (fop-make-byte-compiled-function 143)
(c::make-byte-compiled-function (pop-stack)))
;;;; Linkage fixups.
......
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