X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=a6b1f02abf8dc7797b4b454618c6c6fa00c9f284;hb=0da8472f760ca224041f130150e034369dc3f9b6;hp=15684ebd1214db5bf11758dc87f53f31b25512fc;hpb=bfdd5c9d3d66970759fcdbee5a51da2ca93ddf06;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index 15684eb..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.3 2002/10/09 23:03:41 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" "2002AC")) + (make-pathname :directory '(:absolute "data" "umls" "2003AA")) "Path for base of UMLS data files") (defvar *meta-path*