X-Git-Url: https://sourceware.org/git/?a=blobdiff_plain;f=argp%2Fargp.h;h=8b6485e80e3b97def816ebb1a4e41a4c6f9c5047;hb=0c6cee5d656d933100b86b7d58803bdbd549e456;hp=780c45f69cbff0683e82e8a81450cbdc9fefe8ba;hpb=eedbbe588f893e8bd93e65617d3fd98e172a3569;p=glibc.git diff --git a/argp/argp.h b/argp/argp.h index 780c45f69c..8b6485e80e 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -521,7 +521,7 @@ extern void *_argp_input __P ((__const struct argp *argp, extern void *__argp_input __P ((__const struct argp *argp, __const struct argp_state *state)); -#ifdef __OPTIMIZE__ +#ifdef __USE_EXTERN_INLINES # if !_LIBC # define __argp_usage argp_usage @@ -564,7 +564,7 @@ __option_is_end (__const struct argp_option *__opt) # undef __option_is_short # undef __option_is_end # endif -#endif /* __OPTIMIZE__ */ +#endif /* Use extern inlines. */ #ifdef __cplusplus }