Fix cdata package
[hyperobject.git] / mop.lisp
index 96eb3256058c5bfb8870b274b4ab5d6e3aedc968..0771543be9f0cc3bb3a91ddc3db84f6a15e96988 100644 (file)
--- a/mop.lisp
+++ b/mop.lisp
@@ -404,9 +404,9 @@ SQL name"
 
 (defun value-type-is-a-string (type)
   (or (eq type 'string)
-      (eq type 'u::cdata)
+      (eq type 'cdata)
       (and (listp type) (some #'(lambda (x) (or (eq x 'string)
-                                                (eq x 'u::cdata)))
+                                                (eq x 'cdata)))
                               type))))
 
 (defun base-value-type (value-type)