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

Added defknown of %make-weak-pointer.

parent 47b1a7ca
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/compiler/generic/vm-fndb.lisp,v 1.11 1990/06/03 19:08:39 ch Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.12 1990/06/08 01:18:34 wlott Exp $
;;;
;;; This file defines the machine specific function signatures.
;;;
......@@ -69,6 +69,10 @@
(unsafe))
(defknown %make-weak-pointer (t boolean) weak-pointer
(flushable))
(defknown (dynamic-space-free-pointer binding-stack-pointer-sap
control-stack-pointer-sap) ()
(system-area-pointer)
......
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