summaryrefslogtreecommitdiff
path: root/stdlib/rpmatch.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 20:18:52 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 20:18:52 +0000
commit938c669eb4b2f520e5abf011d32c90eb66d2a714 (patch)
tree6f657948c2495e7dff91f2f53976c406448d76d8 /stdlib/rpmatch.c
parent96749bc273d1837f1121bf77124bf90f0b5f5b5b (diff)
* stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
function. * elf/dl-load.c (_dl_map_object_from_fd): Likewise. * locale/programs/locale.c (show_locale_vars): Likewise. (show_info): Likewise. * locale/programs/ld-collate.c (collate_output): Likewise. * locale/programs/ld-ctype.c (set_class_defaults): Likewise. * elf/dl-deps.c (_dl_map_object_deps): Likewise. * stdlib/rpmatch.c (rpmatch): Likewise.
Diffstat (limited to 'stdlib/rpmatch.c')
-rw-r--r--stdlib/rpmatch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c
index 31fd471944..cb8e7ae370 100644
--- a/stdlib/rpmatch.c
+++ b/stdlib/rpmatch.c
@@ -29,6 +29,9 @@ rpmatch (response)
{
/* Match against one of the response patterns, compiling the pattern
first if necessary. */
+ auto inline int try (const int tag, const int match, const int nomatch,
+ const char **lastp, regex_t *re);
+
inline int try (const int tag, const int match, const int nomatch,
const char **lastp, regex_t *re)
{