diff src/lisp.h @ 69878:7017df39d957

(report_file_error): Mark as NO_RETURN.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 08 Apr 2006 19:35:48 +0000
parents e9739d967d09
children a21d00510558 65ca8fb66a0d
line wrap: on
line diff
--- a/src/lisp.h	Sat Apr 08 16:44:27 2006 +0000
+++ b/src/lisp.h	Sat Apr 08 19:35:48 2006 +0000
@@ -2862,7 +2862,7 @@
 EXFUN (Ffile_executable_p, 1);
 EXFUN (Fread_file_name, 6);
 extern Lisp_Object close_file_unwind P_ ((Lisp_Object));
-extern void report_file_error P_ ((const char *, Lisp_Object));
+extern void report_file_error P_ ((const char *, Lisp_Object)) NO_RETURN;
 extern int internal_delete_file P_ ((Lisp_Object));
 extern void syms_of_fileio P_ ((void));
 extern void init_fileio_once P_ ((void));