From: Gerd Moellmann Date: Tue, 14 Mar 2000 21:15:03 +0000 (+0000) Subject: (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. X-Git-Tag: emacs-pretest-21.0.90~4646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c7df982a829d8fd30c1fa0ad10126459f5792ce;p=emacs.git (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. --- 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));