diff src/ChangeLog @ 109375:3e07e13fe30a

Convert maybe_fatal to standard C. * src/lisp.h (verror): Declare. * src/eval.c (verror): New function containing the code from ... (error): ... this. Call verror. * src/term.c (vfatal): New function containing the code from ... (fatal): ... this. Call vfatal. (maybe_fatal): Convert to standard C, use variable number of arguments. Declare as non-return. (init_tty): Fix maybe_fatal call.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 12 Jul 2010 21:47:45 -0700
parents 88a5b905a895
children 409ecfd9731e
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 12 12:56:46 2010 -0700
+++ b/src/ChangeLog	Mon Jul 12 21:47:45 2010 -0700
@@ -1,3 +1,15 @@
+2010-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	Convert maybe_fatal to standard C.
+	* lisp.h (verror): Declare.
+	* eval.c (verror): New function containing the code from ...
+	(error): ... this.  Call verror.
+	* term.c (vfatal): New function containing the code from ...
+	(fatal): ... this.  Call vfatal.
+	(maybe_fatal): Convert to standard C, use variable number of
+	arguments.  Declare as non-return.
+	(init_tty): Fix maybe_fatal call.
+
 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)