X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=9fc75fffeeee6b6babd14da13f756bcb112b8937;hb=90dcc29376b4e52a1ba4b7b86dd19ce9f81be4c5;hp=c7e3f683f8a30b0fa939923317f0e9fa659b17e1;hpb=9d3f4c0c7ba4d68c37178b05593125257450c470;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index c7e3f68..9fc75ff 100644 --- a/data-structures.lisp +++ b/data-structures.lisp @@ -83,7 +83,7 @@ (fields :initarg :fields :accessor fields) (ucols :initarg :ucols :accessor ucols)) (:default-initargs :fil nil :table nil :des nil :fmt nil :cls nil :rws nil :bts nil - :fields nil :ucols nil :subdir nil :dir nil) + :fields nil :ucols nil :subdir nil :dir nil) (:documentation "UMLS File")) (defclass ucol () @@ -101,8 +101,8 @@ (datatype :initarg :datatype :accessor datatype) (custom-value-fun :initarg :custom-value-fun :accessor custom-value-fun)) (:default-initargs :col nil :des nil :ref nil :min nil :av nil :max nil :fil nil - :sqltype nil :dty nil :parse-fun nil :datatype nil - :custom-value-fun nil) + :sqltype nil :dty nil :parse-fun nil :datatype nil + :custom-value-fun nil) (:documentation "UMLS column"))