From 2b51b6a3f7e5c64b562df6cbff8d681229e83293 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Wed, 14 Nov 2007 21:31:11 +0000 Subject: [PATCH] Export COMPATIBLE-FUNCTION-TYPES-P. --- code/exports.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/exports.lisp b/code/exports.lisp index 7c3e12133..8b7ec2e83 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.264 2007/11/14 17:28:25 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.265 2007/11/14 21:31:11 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1078,6 +1078,8 @@ "FIXNUMIZE" "WEAK-POINTER-MARK-BIT-SLOT" ) + #+x86 + (:export "COMPATIBLE-FUNCTION-TYPES-P") #+sparc (:export "ALLOCATION-TRAP" "POSITIVE-FIXNUM-BITS" -- GitLab