From 081846a402989ab3430ae8fbdd7f1bf5d023dc46 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 3 Jun 1992 18:34:07 +0000 Subject: [PATCH] Add :SETF to the features list for new PCL. --- tools/pclcom.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index 50fde09d3..7f4a99449 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -5,6 +5,7 @@ (rename-package "PCL" "OLD-PCL")) (setf c:*suppress-values-declaration* t) +(pushnew :setf *features*) (setf (search-list "pcl:") '("target:pcl/")) -- GitLab