Ticket #15769: patch-lib_argp-fmtstream.h.diff
File patch-lib_argp-fmtstream.h.diff, 427 bytes (added by blb@…, 16 years ago) |
---|
-
lib/argp-fmtstream.h
old new 216 216 # elif defined __GNUC_GNU_INLINE__ 217 217 # define ARGP_FS_EI extern inline __attribute__ ((__gnu_inline__)) 218 218 # else 219 # define ARGP_FS_EI externinline219 # define ARGP_FS_EI static inline 220 220 # endif 221 221 # else 222 222 /* With other compilers, assume the ISO C99 meaning of 'inline', if