diff --git a/external/KentLib/lib/cirTree.c b/external/KentLib/lib/cirTree.c index 9c04984..61b7523 100644 --- a/external/KentLib/lib/cirTree.c +++ b/external/KentLib/lib/cirTree.c @@ -451,7 +451,7 @@ if (crt != NULL) } } -inline int cmpTwoBits32(bits32 aHi, bits32 aLo, bits32 bHi, bits32 bLo) +static inline int cmpTwoBits32(bits32 aHi, bits32 aLo, bits32 bHi, bits32 bLo) /* Return - if b is less than a , 0 if equal, else +*/ { if (aHi < bHi)