Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198817
Collapse All | Expand All

(-)lib/argp.h.orig (-1 / +5 lines)
Lines 580-586 Link Here
580
# endif
580
# endif
581
581
582
# ifndef ARGP_EI
582
# ifndef ARGP_EI
583
#  define ARGP_EI extern __inline__
583
#  if defined __GNUC_STDC_INLINE__
584
#    define ARGP_EI extern __inline__ __attribute__((__gnu_inline__))
585
#  else
586
#    define ARGP_EI extern __inline__
587
#  endif
584
# endif
588
# endif
585
589
586
ARGP_EI void
590
ARGP_EI void
(-)lib/argp-fmtstream.h.orig (+4 lines)
Lines 198-205 Link Here
198
#endif
198
#endif
199
199
200
#ifndef ARGP_FS_EI
200
#ifndef ARGP_FS_EI
201
#ifdef __GNUC_STDC_INLINE__
202
#define ARGP_FS_EI extern inline __attribute__((__gnu_inline__))
203
#else
201
#define ARGP_FS_EI extern inline
204
#define ARGP_FS_EI extern inline
202
#endif
205
#endif
206
#endif
203
207
204
ARGP_FS_EI size_t
208
ARGP_FS_EI size_t
205
__argp_fmtstream_write (argp_fmtstream_t __fs,
209
__argp_fmtstream_write (argp_fmtstream_t __fs,

Return to bug 198817