Ticket #15769: patch-lib_argp-fmtstream.h.diff

File patch-lib_argp-fmtstream.h.diff, 427 bytes (added by blb@…, 16 years ago)

files/patch-lib_argp-fmtstream.h.diff

  • lib/argp-fmtstream.h

    old new  
    216216#  elif defined __GNUC_GNU_INLINE__
    217217#   define ARGP_FS_EI extern inline __attribute__ ((__gnu_inline__))
    218218#  else
    219 #   define ARGP_FS_EI extern inline
     219#   define ARGP_FS_EI static inline
    220220#  endif
    221221# else
    222222   /* With other compilers, assume the ISO C99 meaning of 'inline', if