Skip to content
Snippets Groups Projects
Commit 3e5048ed authored by gerd's avatar gerd
Browse files

* src/code/fwrappers.lisp (encapsulated-p): Copy/paste error.

parent 5f74af19
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
;;; DAMAGE. ;;; DAMAGE.
(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fwrappers.lisp,v 1.1 2003/05/23 13:39:56 gerd Exp $") (ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fwrappers.lisp,v 1.2 2003/05/23 15:10:16 gerd Exp $")
(in-package :fwrappers) (in-package :fwrappers)
...@@ -267,6 +267,6 @@ ...@@ -267,6 +267,6 @@
(defun encapsulated-p (name type) (defun encapsulated-p (name type)
"This function is deprecated; use fwrappers instead." "This function is deprecated; use fwrappers instead."
(funwrap name :type type)) (not (null (find-fwrapper name :type type))))
;;; end of file ;;; end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment