From 7cc9846acedf32512cc616a2641de2a47b1dfa1b Mon Sep 17 00:00:00 2001 From: Daniel Colascione Date: Thu, 15 Feb 2018 16:17:24 -0800 Subject: [PATCH] Fix macOS build again --- src/macfont.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- 2.39.5