opkg: bump to version 2017-12-07
[openwrt/openwrt.git] / package / libs / argp-standalone / patches / 002-no_optimize.patch
1 --- a/argp-fmtstream.h
2 +++ b/argp-fmtstream.h
3 @@ -192,7 +192,7 @@ extern void __argp_fmtstream_update (arg
4 extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
5 extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
6 \f
7 -#ifdef __OPTIMIZE__
8 +#if 0
9 /* Inline versions of above routines. */
10
11 #if !_LIBC