comparison 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
comparison
equal deleted inserted replaced
3840:468d3e5fc353 3841:5989b9bbb612
2883 struct stat st; 2883 struct stat st;
2884 int fd; 2884 int fd;
2885 int saverrno = 0; 2885 int saverrno = 0;
2886 Charcount inserted = 0; 2886 Charcount inserted = 0;
2887 int speccount; 2887 int speccount;
2888 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5; 2888 struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
2889 Lisp_Object val; 2889 Lisp_Object val;
2890 int total; 2890 int total;
2891 Ibyte read_buf[READ_BUF_SIZE]; 2891 Ibyte read_buf[READ_BUF_SIZE];
2892 int mc_count; 2892 int mc_count;
2893 struct buffer *buf = current_buffer; 2893 struct buffer *buf = current_buffer;