b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 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 | |||||
7 | -#ifdef __OPTIMIZE__ | ||||
8 | +#if 0 | ||||
9 | /* Inline versions of above routines. */ | ||||
10 | |||||
11 | #if !_LIBC |