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

This commit was generated by cvs2svn to compensate for changes in r672,

which included commits to RCS files with non-trunk default branches.
parents 5b810510 3b382f1c
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,12 @@
(deftype boolean ()
'(member t nil))
;;; Define this so that we can define the type system.
(in-package "KERNEL")
(defun ctype-p (thing)
(and (structurep thing)
(member (%primitive structure-ref thing 0)
'(ctype hairy-type named-type numeric-type array-type
member-type structure-type union-type args-type
values-type function-type))))
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