pspp: Make a signal that indicates a bug re-raise that signal to exit.
[pspp-builds.git] / src / libpspp / message.h
index 7c1110175e052a4ad4ebf3de6475561647772c38..fad7816f19b0c57804248010203fbbda35feb512 100644 (file)
@@ -117,7 +117,7 @@ void msg_ui_disable_warnings (bool);
 
 
 /* Used in panic situations only. */
-void request_bug_report_and_abort (const char *msg) NO_RETURN;
+void request_bug_report (const char *msg);
 
 
 #endif /* message.h */