comparison src/memfile.c @ 2823:8bd38abda314 v7.3.187

updated for version 7.3.187 Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 16:41:25 +0200
parents e0a90042318d
children 04736b4030ec
comparison
equal deleted inserted replaced
2822:7b62cd406330 2823:8bd38abda314
1305 * Get the full path name before the open, because this is 1305 * Get the full path name before the open, because this is
1306 * not possible after the open on the Amiga. 1306 * not possible after the open on the Amiga.
1307 * fname cannot be NameBuff, because it must have been allocated. 1307 * fname cannot be NameBuff, because it must have been allocated.
1308 */ 1308 */
1309 mf_set_ffname(mfp); 1309 mf_set_ffname(mfp);
1310 #if defined(MSDOS) || defined(MSWIN) || defined(RISCOS) 1310 #if defined(MSDOS) || defined(MSWIN)
1311 /* 1311 /*
1312 * A ":!cd e:xxx" may change the directory without us knowning, use the 1312 * A ":!cd e:xxx" may change the directory without us knowning, use the
1313 * full pathname always. Careful: This frees fname! 1313 * full pathname always. Careful: This frees fname!
1314 */ 1314 */
1315 mf_fullname(mfp); 1315 mf_fullname(mfp);