From: Daniel Colascione Date: Fri, 16 Feb 2018 00:17:24 +0000 (-0800) Subject: Fix macOS build again X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cc9846acedf32512cc616a2641de2a47b1dfa1b;p=emacs.git Fix macOS build again --- diff --git a/src/macfont.m b/src/macfont.m index 377fc3fa48a..2cbe07d751c 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -1646,7 +1646,7 @@ static int macfont_variation_glyphs (struct font *, int c, unsigned variations[256]); static void macfont_filter_properties (Lisp_Object, Lisp_Object); -static struct font_driver const macfont_driver = +static struct font_driver macfont_driver = { .type = LISPSYM_INITIALLY (Qmac_ct), .get_cache = macfont_get_cache, @@ -4034,6 +4034,8 @@ mac_register_font_driver (struct frame *f) +static void syms_of_macfont_for_pdumper (void); + void syms_of_macfont (void) {