X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=a6b1f02abf8dc7797b4b454618c6c6fa00c9f284;hb=a4059115211d7e774a1552e26911dc1c2e725ce0;hp=0d8a291d871d3bb3cc2ed7787f3e89f2a97a5106;hpb=f1ceffd73c7e181db3b2a739b7dbc64243cfca2d;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index 0d8a291..a6b1f02 100644 --- a/data-structures.lisp +++ b/data-structures.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: data-structures.lisp,v 1.4 2002/11/10 22:39:15 kevin Exp $ +;;;; $Id: data-structures.lisp,v 1.5 2002/12/23 21:59:44 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -23,7 +23,7 @@ ;;; Paths for files (defvar *umls-path* - (make-pathname :directory '(:absolute "data" "umls" "2002AD")) + (make-pathname :directory '(:absolute "data" "umls" "2003AA")) "Path for base of UMLS data files") (defvar *meta-path*