emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] pdumper 7cc9846 4/4: Fix macOS build again


From: Daniel Colascione
Subject: [Emacs-diffs] pdumper 7cc9846 4/4: Fix macOS build again
Date: Thu, 15 Feb 2018 19:17:40 -0500 (EST)

branch: pdumper
commit 7cc9846acedf32512cc616a2641de2a47b1dfa1b
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    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 377fc3f..2cbe07d 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]