diff --git a/code/load.lisp b/code/load.lisp index 2ccab4e8c4494e00f8af9c3288191a1998b8ea58..6c747d95487400fdc6e9b1f9a0dc1961a32d37be 100644 --- a/code/load.lisp +++ b/code/load.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/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 @@ (define-fop (fop-small-code 59) (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... (define-fop (fop-fset 74 nil)