Changes needed for 2009AB version of UMLS
[umlisp.git] / parse-common.lisp
index 11f569944f7b3a8eec37d5b6aa894af58d5c2998..67a523636f787679afcac0c3689f4747700467b7 100644 (file)
@@ -7,10 +7,8 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  Apr 2000
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of UMLisp, is
-;;;;    Copyright (c) 2000-2006 by Kevin M. Rosenberg, M.D.
+;;;;    Copyright (c) 2000-2010 by Kevin M. Rosenberg, M.D.
 ;;;;
 ;;;; UMLisp users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the GNU General Public License.
@@ -142,7 +140,7 @@ Currently, these are the LEX and NET files."
                                 (ext:convert-string-to-bytes str charset:utf-8)
                               str))))
           #-(and clisp unicode) (declare (string str))
-          (declare (type (integer 0 10000000) len))
+          (declare (type (integer 0 100000000) len))
           (incf (aref fields-av i) len)
           (when (> len (aref fields-max i))
             (setf (aref fields-max i) len))))