X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdoc.c;h=1a769987fa09ff703e008bec613090a7045c7aee;hb=5d0cf827247def2db200614bf5d3ab700776d641;hp=88e95afbfa6047625d2dc9f31d0badf49af9c153;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git.1 diff --git a/src/doc.c b/src/doc.c index 88e95af..1a76998 100644 --- a/src/doc.c +++ b/src/doc.c @@ -168,7 +168,6 @@ get_doc_string (Lisp_Object filepos) /* !!#### This function has not been Mule-ized */ REGISTER int fd; REGISTER char *name_nonreloc = 0; - int minsize; EMACS_INT position; Lisp_Object file, tem; Lisp_Object name_reloc = Qnil; @@ -197,6 +196,7 @@ get_doc_string (Lisp_Object filepos) tem = Ffile_name_absolute_p (file); if (NILP (tem)) { + size_t minsize; /* XEmacs: Move this check here. OK if called during loadup to load byte code instructions. */ if (!STRINGP (Vdoc_directory))