changeset 71990:b7bf941f8049

(unexec): Use xsignal.
author Kim F. Storm <storm@cua.dk>
date Tue, 18 Jul 2006 13:29:49 +0000
parents 3a19c23d7c59
children 2cbe7a01a491
files src/unexsol.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)));
 }