diff src/gui.c @ 569:9cdcb214753f

[xemacs-hg @ 2001-05-24 12:20:33 by yoshiki] Fix broken build. * gui.c (gui_error_2): New function. * lisp.h (gui_error_2): Declare it.
author yoshiki
date Thu, 24 May 2001 12:20:35 +0000
parents 183866b06e0b
children 190b164ddcac
line wrap: on
line diff
--- a/src/gui.c	Thu May 24 12:12:16 2001 +0000
+++ b/src/gui.c	Thu May 24 12:20:35 2001 +0000
@@ -832,6 +832,12 @@
   signal_error (Qgui_error, reason, frob);
 }
 
+DOESNT_RETURN
+gui_error_2 (const char *reason, Lisp_Object frob0, Lisp_Object frob1)
+{
+  signal_error_2 (Qgui_error, reason, frob0, frob1);
+}
+
 void
 syms_of_gui (void)
 {