[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed May 30 23:27:18 UTC 2018


 src/hb-map-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54800f8322e8ab106d801fc332b7e813c58138ac
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed May 30 16:26:50 2018 -0700

    [map] Mark prime_for HB_INTERNAL
    
    Trying to see if it fixes gcc-4.2 bots.

diff --git a/src/hb-map-private.hh b/src/hb-map-private.hh
index cdd90c5c..aecebe83 100644
--- a/src/hb-map-private.hh
+++ b/src/hb-map-private.hh
@@ -184,7 +184,7 @@ struct hb_map_t
 
   protected:
 
-  static inline unsigned int prime_for (unsigned int shift)
+  static HB_INTERNAL inline unsigned int prime_for (unsigned int shift)
   {
     /* Following comment and table copied from glib. */
     /* Each table size has an associated prime modulo (the first prime


More information about the HarfBuzz mailing list