X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=blobdiff_plain;f=parse-common.lisp;h=67a523636f787679afcac0c3689f4747700467b7;hp=11f569944f7b3a8eec37d5b6aa894af58d5c2998;hb=8dc001f5e7cf851c06006e489473a85611d348be;hpb=bfdadbcc62f9b2f4e6d5bdb96683b5aa1187e0a1 diff --git a/parse-common.lisp b/parse-common.lisp index 11f5699..67a5236 100644 --- a/parse-common.lisp +++ b/parse-common.lisp @@ -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))))