comparison src/unexec.c @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 304aebb79cd3
children 308d34e9f07d
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
296 report_error (const char *file, int fd) 296 report_error (const char *file, int fd)
297 { 297 {
298 if (fd) 298 if (fd)
299 close (fd); 299 close (fd);
300 report_error_with_errno (Qio_error, "Cannot unexec", 300 report_error_with_errno (Qio_error, "Cannot unexec",
301 build_ext_string (file, Qfile_name)); 301 build_extstring (file, Qfile_name));
302 } 302 }
303 #endif /* emacs */ 303 #endif /* emacs */
304 304
305 #define ERROR0(msg) report_error_1 (new_, msg, 0, 0); return -1 305 #define ERROR0(msg) report_error_1 (new_, msg, 0, 0); return -1
306 #define ERROR1(msg,x) report_error_1 (new_, msg, x, 0); return -1 306 #define ERROR1(msg,x) report_error_1 (new_, msg, x, 0); return -1