]> git.ipfire.org Git - thirdparty/man-pages.git/commit
bin/grepc: -tuf: Reuse grepc_c_f_decl_() for the function declarator
authorAlejandro Colomar <alx@kernel.org>
Thu, 9 Oct 2025 19:03:23 +0000 (21:03 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:29 +0000 (21:29 +0100)
commit49106b58aa59aacc4a3c2f1f19fb4517d59ed50a
tree3ba620e846c5a85be9dd398b36e46d1393916c36
parent799bb1d75beb8cb166fbbc0ab8d5d375328f0d10
bin/grepc: -tuf: Reuse grepc_c_f_decl_() for the function declarator

It's slightly different than the regex we were using, but I can't see a
reason for it.  It was probably due to forgetting to improve this regex.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
bin/grepc