diff options
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 4 |
1 files 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)); |