From b51d9f3e9479b7c842f1f0b1ab77aa2e56bf3aa5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 29 Mar 1990 21:32:30 +0000
Subject: [PATCH] Import simple-array-p from the lisp package. defknown
 %raw-bits and (setf %raw-bits).

---
 compiler/generic/vm-fndb.lisp | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 261925b0c..755530406 100644
--- a/compiler/generic/vm-fndb.lisp
+++ b/compiler/generic/vm-fndb.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.1 1990/03/27 21:01:52 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.2 1990/03/29 21:32:30 wlott Exp $
 ;;;
 ;;; This file defines the machine specific function signatures.
 ;;;
@@ -15,6 +15,9 @@
 ;;;
 (in-package "C")
 
+(import '(lisp::%raw-bits lisp::simple-array-p))
+
+
 
 ;;;; Internal type predicates:
 ;;;
@@ -33,3 +36,10 @@
   (simple-string index index simple-string index index)
   (or index null)
   (foldable flushable))
+
+
+(defknown %raw-bits (t fixnum) (unsigned-byte 16)
+  (foldable flushable))
+(defknown ((setf %raw-bits)) (t fixnum (unsigned-byte 16)) (unsigned-byte 16)
+  (unsafe))
+
-- 
GitLab