diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index 855c22ebc2939c08d3d336e95a3a2d01d2b99d25..9aa006c8f05fde4d40752b16467374b5ef045b1c 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -121,7 +121,7 @@
 );eval-when 
 
 #-(or KCL IBCL)
-(export '#.*exports* *the-pcl-package*)
+(export *exports* *the-pcl-package*)
 
 #+(or KCL IBCL)
 (mapc 'export (list *exports*) (list *the-pcl-package*))