]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix macOS build again
authorDaniel Colascione <dancol@dancol.org>
Fri, 16 Feb 2018 00:17:24 +0000 (16:17 -0800)
committerDaniel Colascione <dancol@dancol.org>
Fri, 16 Feb 2018 00:17:24 +0000 (16:17 -0800)
src/macfont.m

index 377fc3fa48ac0eaf8e0919374c88c2109837d4d7..2cbe07d751cf70db4ca3c59a606478f0d7830cab 100644 (file)
@@ -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)
 
 \f
 
+static void syms_of_macfont_for_pdumper (void);
+
 void
 syms_of_macfont (void)
 {