X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=0771543be9f0cc3bb3a91ddc3db84f6a15e96988;hb=41f450532d8ead3125c528f1ad7a1614aae1f93a;hp=96eb3256058c5bfb8870b274b4ab5d6e3aedc968;hpb=40664cbb437f6d5134d08a473baff533ff268c29;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index 96eb325..0771543 100644 --- 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)