comparison src/unexsol.c @ 71990:b7bf941f8049

(unexec): Use xsignal.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 13:29:49 +0000
parents 695cf19ef79e
children 8a8e69664178 68dd71358159
comparison
equal deleted inserted replaced
71989:3a19c23d7c59 71990:b7bf941f8049
22 data = Fcons (build_string (new_name), Qnil); 22 data = Fcons (build_string (new_name), Qnil);
23 synchronize_system_messages_locale (); 23 synchronize_system_messages_locale ();
24 errstring = code_convert_string_norecord (build_string (dlerror ()), 24 errstring = code_convert_string_norecord (build_string (dlerror ()),
25 Vlocale_coding_system, 0); 25 Vlocale_coding_system, 0);
26 26
27 Fsignal (Qfile_error, 27 xsignal (Qfile_error,
28 Fcons (build_string ("Cannot unexec"), Fcons (errstring, data))); 28 Fcons (build_string ("Cannot unexec"), Fcons (errstring, data)));
29 } 29 }
30 30
31 /* arch-tag: d8ff72b3-8198-4011-8ef5-011b12027f59 31 /* arch-tag: d8ff72b3-8198-4011-8ef5-011b12027f59
32 (do not change this comment) */ 32 (do not change this comment) */