Mercurial > hg > xemacs-beta
diff src/fileio.c @ 3841:5989b9bbb612
[xemacs-hg @ 2007-02-22 16:19:40 by stephent]
Various warning fixes. <87lkiqkvpa.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 22 Feb 2007 16:19:44 +0000 |
parents | b98f0084dc23 |
children | c5a2b80bc4fa |
line wrap: on
line diff
--- a/src/fileio.c Wed Feb 21 22:51:09 2007 +0000 +++ b/src/fileio.c Thu Feb 22 16:19:44 2007 +0000 @@ -2885,7 +2885,7 @@ int saverrno = 0; Charcount inserted = 0; int speccount; - struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; + struct gcpro gcpro1, gcpro2, gcpro3, gcpro4; Lisp_Object val; int total; Ibyte read_buf[READ_BUF_SIZE];