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

Added FOP-FDEFINITION for use with new fdefinition objects.

parent 2874a6e6
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/code/load.lisp,v 1.39 1992/02/22 00:09:10 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.40 1992/03/08 18:31:30 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -988,6 +988,9 @@ ...@@ -988,6 +988,9 @@
(define-fop (fop-small-code 59) (define-fop (fop-small-code 59)
(load-code (read-arg 1) (read-arg 2))) (load-code (read-arg 1) (read-arg 2)))
(define-fop (fop-fdefinition 60)
(fdefinition-object (pop-stack) t))
;;; Now a NOOP except in cold load... ;;; Now a NOOP except in cold load...
(define-fop (fop-fset 74 nil) (define-fop (fop-fset 74 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