Mercurial > hg > xemacs-beta
diff src/lisp.h @ 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 | 910449c92002 |
line wrap: on
line diff
--- a/src/lisp.h Thu May 24 12:12:16 2001 +0000 +++ b/src/lisp.h Thu May 24 12:20:35 2001 +0000 @@ -2740,7 +2740,8 @@ /* Defined in gui.c */ DECLARE_DOESNT_RETURN (gui_error (const char *reason, Lisp_Object frob)); - +DECLARE_DOESNT_RETURN (gui_error_2 (const char *reason, + Lisp_Object frob0, Lisp_Object frob1)); /* Defined in indent.c */ int bi_spaces_at_point (struct buffer *, Bytind); int column_at_point (struct buffer *, Bufpos, int);