]> git.eshelyaron.com Git - emacs.git/commitdiff
(free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
authorGerd Moellmann <gerd@gnu.org>
Tue, 14 Mar 2000 21:15:03 +0000 (21:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 14 Mar 2000 21:15:03 +0000 (21:15 +0000)
src/lisp.h

index 697fd939ddc8d02d71e8ccb7dff511d7e212950c..af1ddb7a460693095990e9d4aa53d4e344646421 100644 (file)
@@ -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));