# HG changeset patch # User Kim F. Storm # Date 1153229389 0 # Node ID b7bf941f804949a134e5bc31b3ab6bda759c9f57 # Parent 3a19c23d7c5921ddb43609b6f372de718b42e714 (unexec): Use xsignal. diff -r 3a19c23d7c59 -r b7bf941f8049 src/unexsol.c --- a/src/unexsol.c Tue Jul 18 13:29:40 2006 +0000 +++ b/src/unexsol.c Tue Jul 18 13:29:49 2006 +0000 @@ -24,7 +24,7 @@ errstring = code_convert_string_norecord (build_string (dlerror ()), Vlocale_coding_system, 0); - Fsignal (Qfile_error, + xsignal (Qfile_error, Fcons (build_string ("Cannot unexec"), Fcons (errstring, data))); }