summaryrefslogtreecommitdiffstats
path: root/argp-standalone/argp-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'argp-standalone/argp-parse.c')
-rw-r--r--argp-standalone/argp-parse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/argp-standalone/argp-parse.c b/argp-standalone/argp-parse.c
index 78f7bf139b6..80c56de6e93 100644
--- a/argp-standalone/argp-parse.c
+++ b/argp-standalone/argp-parse.c
@@ -1276,6 +1276,8 @@ __argp_input (const struct argp *argp, const struct argp_state *state)
weak_alias (__argp_input, _argp_input)
#endif
+#if __STDC_VERSION__ - 199900L < 1
+
/* Defined here, in case a user is not inlining the definitions in
* argp.h */
void
@@ -1303,3 +1305,6 @@ __option_is_end (__const struct argp_option *__opt)
{
return !__opt->key && !__opt->name && !__opt->doc && !__opt->group;
}
+
+#endif /* __STDC_VERSION__ - 199900L < 1 */
+