Skip to content
Snippets Groups Projects
Commit cad2d3c7 authored by ram's avatar ram
Browse files

Frob exports.

parent cb64f0c8
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.27 1993/03/12 21:23:35 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.28 1993/03/13 10:56:50 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
forwarding-pointer-type scavenger-hook-type)) forwarding-pointer-type scavenger-hook-type))
(in-package "KERNEL") (in-package "KERNEL")
(export '(%set-funcallable-instance-function %make-funcallable-instance (export '(%make-funcallable-instance
#+gengc funcallable-instance-entry-point #+gengc funcallable-instance-entry-point
#-gengc %funcallable-instance-function #-gengc %funcallable-instance-function
%funcallable-instance-lexenv %funcallable-instance-layout)) %funcallable-instance-lexenv %funcallable-instance-layout))
......
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