Skip to content
  • Cheng Shao's avatar
    ad0aba07
    rts: cleanup inlining logic · ad0aba07
    Cheng Shao authored
    This patch removes pre-C11 legacy code paths related to
    INLINE_HEADER/STATIC_INLINE/EXTERN_INLINE macros, ensure EXTERN_INLINE
    is treated as static inline in most cases (fixes #24945), and also
    corrects the comments accordingly.
    
    (cherry picked from commit 35a64220)
    (cherry picked from commit 241f401d)
    ad0aba07
    rts: cleanup inlining logic
    Cheng Shao authored
    This patch removes pre-C11 legacy code paths related to
    INLINE_HEADER/STATIC_INLINE/EXTERN_INLINE macros, ensure EXTERN_INLINE
    is treated as static inline in most cases (fixes #24945), and also
    corrects the comments accordingly.
    
    (cherry picked from commit 35a64220)
    (cherry picked from commit 241f401d)
Loading