From 66246ca110e4546e72a2b731907c827a67581c2d Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 3 Oct 1990 09:58:48 +0000 Subject: [PATCH] Added interpreter stubs for long-float-p and short-float-p. --- code/pred.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/pred.lisp b/code/pred.lisp index f08491ef7..fa668e660 100644 --- a/code/pred.lisp +++ b/code/pred.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.9 1990/09/18 15:23:32 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.10 1990/10/03 09:58:48 wlott Exp $ ;;; ;;; Predicate functions for CMU Common Lisp. ;;; @@ -58,12 +58,14 @@ functionp integerp listp + long-float-p not null numberp rationalp ratiop realp + short-float-p simple-array-p simple-bit-vector-p simple-string-p -- GitLab