From 8318fea879774dc2c624d9c0b923fac212cc3a06 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 8 Mar 1992 18:31:30 +0000
Subject: [PATCH] Added FOP-FDEFINITION for use with new fdefinition objects.

---
 code/load.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/code/load.lisp b/code/load.lisp
index 2ccab4e8c..6c747d954 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)
-- 
GitLab