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

funcallable-instance -> generic-function

parent a32cac5d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.9 1993/02/26 08:42:55 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.10 1993/03/13 17:09:28 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -244,7 +244,7 @@
((nil) (values *any-primitive-type* nil))))
(built-in-class
(case (class-name type)
((complex function generic-function instance
((complex function funcallable-instance instance
system-area-pointer weak-pointer)
(values (primitive-type-or-lose (class-name type) *backend*) t))
(base-char
......
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