The "PERL_STATIC_INLINE" define has been added to provide the best-guess incantation to use for static inline functions, if the C compiler supports C99-style static inline. If it doesn't, it'll give a plain "static". "HAS_STATIC_INLINE" can be used to check if the compiler actually ...