3 --- argp
-standalone
/argp
-fmtstream
.c
.orig
2012-10-11 17:38:19.000000000 +0000
4 +++ argp
-standalone
/argp
-fmtstream
.c
5 @@
-389,6 +389,7 @@
__argp_fmtstream_printf (struct argp_fmt
6 weak_alias (__argp_fmtstream_printf
, argp_fmtstream_printf
)
9 +#if __STDC_VERSION__ - 199900L < 1
10 /* Duplicate the inline definitions in argp-fmtstream.h, for compilers
11 * that don't do inlining. */
13 @@
-471,5 +472,6 @@
__argp_fmtstream_point (argp_fmtstream_t
14 __argp_fmtstream_update (__fs
);
15 return __fs
->point_col
>= 0 ? __fs
->point_col
: 0;
19 #endif /* !ARGP_FMTSTREAM_USE_LINEWRAP */