Skip to content
Snippets Groups Projects
Commit 081846a4 authored by ram's avatar ram
Browse files

Add :SETF to the features list for new PCL.

parent 8bab6de9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
(rename-package "PCL" "OLD-PCL")) (rename-package "PCL" "OLD-PCL"))
(setf c:*suppress-values-declaration* t) (setf c:*suppress-values-declaration* t)
(pushnew :setf *features*)
(setf (search-list "pcl:") '("target:pcl/")) (setf (search-list "pcl:") '("target:pcl/"))
......
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