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

Added exports of symbol-{raw-function-addr,setf-function}-slot.

parent f924d8bb
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.49 1990/09/06 19:39:49 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.50 1990/09/24 16:59:34 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -540,7 +540,8 @@ ...@@ -540,7 +540,8 @@
float-sign-shift make-single-float make-double-float float-sign-shift make-single-float make-double-float
single-float-bits double-float-low-bits double-float-high-bits single-float-bits double-float-low-bits double-float-high-bits
single-float-digits double-float-digits single-float-digits double-float-digits
register-save-penalty)) register-save-penalty symbol-raw-function-addr-slot
symbol-setf-function-slot))
(in-package "C") (in-package "C")
...@@ -582,8 +583,8 @@ ...@@ -582,8 +583,8 @@
%set-sap-ref-double %set-sap-ref-double
%setelt %setelt
%setnth %setnth
%sp-set-definition
%sp-set-plist %sp-set-plist
%sp-set-definition
%standard-char-p %standard-char-p
%string-char-p %string-char-p
%svset %svset
......
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