summaryrefslogtreecommitdiffstats
path: root/argp-standalone/argp-fmtstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'argp-standalone/argp-fmtstream.c')
-rw-r--r--argp-standalone/argp-fmtstream.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/argp-standalone/argp-fmtstream.c b/argp-standalone/argp-fmtstream.c
index 7f792854fc3..681dc2f3968 100644
--- a/argp-standalone/argp-fmtstream.c
+++ b/argp-standalone/argp-fmtstream.c
@@ -389,6 +389,7 @@ __argp_fmtstream_printf (struct argp_fmtstream *fs, const char *fmt, ...)
weak_alias (__argp_fmtstream_printf, argp_fmtstream_printf)
#endif
+#if __STDC_VERSION__ - 199900L < 1
/* Duplicate the inline definitions in argp-fmtstream.h, for compilers
* that don't do inlining. */
size_t
@@ -472,4 +473,8 @@ __argp_fmtstream_point (argp_fmtstream_t __fs)
return __fs->point_col >= 0 ? __fs->point_col : 0;
}
+#endif /* __STDC_VERSION__ - 199900L < 1 */
+
#endif /* !ARGP_FMTSTREAM_USE_LINEWRAP */
+
+