From: Kevin M. Rosenberg Date: Tue, 9 Apr 2013 20:26:33 +0000 (-0600) Subject: Fix cdata package X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=ea10aaba169e5af04df30b4dc1937c913404d816 Fix cdata package --- 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) diff --git a/package.lisp b/package.lisp index 509b34e..392caa6 100644 --- a/package.lisp +++ b/package.lisp @@ -49,6 +49,7 @@ #:processed-queued-definitions #:all-subobjects #:subobjects + #:cdata )) (defpackage #:hyperobject-user