Skip to content
  • Cheng Shao's avatar
    dc6ab654
    rts: cleanup inlining logic · dc6ab654
    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)
    dc6ab654
    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)
Loading