]> git.ipfire.org Git - thirdparty/man-pages.git/commit
src/bin/grepc_c: -te, -tue: Reuse code from function body
authorAlejandro Colomar <alx@kernel.org>
Wed, 5 Nov 2025 17:24:40 +0000 (18:24 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 6 Nov 2025 00:43:09 +0000 (01:43 +0100)
commited6152bdeba5a6f73235d4c1d3a7b2442902e308
tree53ffd46912f1eaf8f63536ad3ed11b48e3354153
parent0a471a4f48e9cb3ab5579749d0743f91bf92840f
src/bin/grepc_c: -te, -tue: Reuse code from function body

A function body and an enum body are quite similar.
The same regex works for both.

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