added automake.mk files in src/language
[pspp] / src / error.h
index ab38af6234631099cb19a46f8b4a1901c4a9bf0f..e1016882285b58a09919daa8c4b0616470eddecc 100644 (file)
@@ -81,9 +81,9 @@ void err_pop_file_locator (const struct file_locator *);
 void err_location (struct file_locator *);
 
 /* Obscure functions. */
+void err_done (void);
 void err_break (void);
 void err_check_count (void);
-void err_hcf (int exit_code) NO_RETURN;
 void err_vmsg (const struct error *, const char *, va_list);
 
 /* Used in panic situations only */