From 1c7df982a829d8fd30c1fa0ad10126459f5792ce Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 14 Mar 2000 21:15:03 +0000 Subject: [PATCH] (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. --- src/lisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 697fd939ddc..af1ddb7a460 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2810,10 +2810,10 @@ extern void syms_of_xfns P_ ((void)); extern void init_xfns P_ ((void)); EXFUN (Fxw_display_color_p, 1); #ifdef HAVE_X_I18N -extern void free_frame_xic P_ ((struct frame *)) +extern void free_frame_xic P_ ((struct frame *)); #endif /* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */ -#endif +#endif /* HAVE_X_WINDOWS */ /* Defined in xselect.c */ extern void syms_of_xselect P_ ((void)); -- 2.39.5