comparison src/fileio.c @ 188:041a413d626d

updated for version 7.0057
author vimboss
date Mon, 07 Mar 2005 23:09:59 +0000
parents 7fd70926e2e1
children 5f7701639303
comparison
equal deleted inserted replaced
187:c757ec217a09 188:041a413d626d
5903 int stat_res; 5903 int stat_res;
5904 int retval = 0; 5904 int retval = 0;
5905 char_u *path; 5905 char_u *path;
5906 char_u *tbuf; 5906 char_u *tbuf;
5907 char *mesg = NULL; 5907 char *mesg = NULL;
5908 char *mesg2; 5908 char *mesg2 = "";
5909 int helpmesg = FALSE; 5909 int helpmesg = FALSE;
5910 int reload = FALSE; 5910 int reload = FALSE;
5911 #if defined(FEAT_CON_DIALOG) || defined(FEAT_GUI_DIALOG) 5911 #if defined(FEAT_CON_DIALOG) || defined(FEAT_GUI_DIALOG)
5912 int can_reload = FALSE; 5912 int can_reload = FALSE;
5913 #endif 5913 #endif