X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=0d8a291d871d3bb3cc2ed7787f3e89f2a97a5106;hb=a209b7326f8b762d28daa65dafa30224a84a26ce;hp=15684ebd1214db5bf11758dc87f53f31b25512fc;hpb=468c6068db2400ed2f5ed9c42f08448684f49cec;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index 15684eb..0d8a291 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.4 2002/11/10 22:39:15 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" "2002AD")) "Path for base of UMLS data files") (defvar *meta-path*