From f2b6a13ba5a9a8cb6a4c66d7d4eaa8b195cd3f19 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 18 Sep 1990 15:23:32 +0000 Subject: [PATCH] Added structurep to the list of stubs. --- code/pred.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pred.lisp b/code/pred.lisp index f22fd9446..f08491ef7 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.8 1990/09/08 14:59:24 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.9 1990/09/18 15:23:32 wlott Exp $ ;;; ;;; Predicate functions for CMU Common Lisp. ;;; @@ -70,6 +70,7 @@ simple-vector-p single-float-p stringp + structurep symbolp system-area-pointer-p weak-pointer-p -- GitLab