Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
568:430f8ca10ca6 | 569:9cdcb214753f |
---|---|
830 gui_error (const char *reason, Lisp_Object frob) | 830 gui_error (const char *reason, Lisp_Object frob) |
831 { | 831 { |
832 signal_error (Qgui_error, reason, frob); | 832 signal_error (Qgui_error, reason, frob); |
833 } | 833 } |
834 | 834 |
835 DOESNT_RETURN | |
836 gui_error_2 (const char *reason, Lisp_Object frob0, Lisp_Object frob1) | |
837 { | |
838 signal_error_2 (Qgui_error, reason, frob0, frob1); | |
839 } | |
840 | |
835 void | 841 void |
836 syms_of_gui (void) | 842 syms_of_gui (void) |
837 { | 843 { |
838 INIT_LRECORD_IMPLEMENTATION (gui_item); | 844 INIT_LRECORD_IMPLEMENTATION (gui_item); |
839 | 845 |