Skip to content
Snippets Groups Projects
Commit 4603b84f authored by ch's avatar ch
Browse files

Added weak-pointer-p, weak-pointer-value, and make-weak-pointer

parent 5746ba1d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.26 1990/06/02 16:42:37 wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.27 1990/06/03 16:40:03 ch Exp $
;;;
;;; All the stuff necessary to export various symbols from various packages.
;;;
......@@ -380,7 +380,8 @@
short-floatp signal single-floatp structurep translate-character
translate-mouse-character truly-the uncompile undefined-value
unencapsulate unsigned-char unsigned-int unsigned-long
unsigned-short void with-clx-event-handling))
unsigned-short void with-clx-event-handling
weak-pointer-p make-weak-pointer weak-pointer-value))
(in-package "SYSTEM")
......
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