[map] Mark prime_for HB_INTERNAL
Trying to see if it fixes gcc-4.2 bots.
This commit is contained in:
parent
d600e844aa
commit
54800f8322
|
@ -184,7 +184,7 @@ struct hb_map_t
|
||||||
|
|
||||||
protected:
|
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. */
|
/* Following comment and table copied from glib. */
|
||||||
/* Each table size has an associated prime modulo (the first prime
|
/* Each table size has an associated prime modulo (the first prime
|
||||||
|
|
Loading…
Reference in New Issue