]> git.ipfire.org Git - thirdparty/man-pages.git/commit
grepc: grepc_type_struct_union_enum: Don't duplicate output
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 9 May 2022 11:38:43 +0000 (13:38 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:28:50 +0000 (21:28 +0100)
commit34069b77540f3a765417e3acbc7798066b4a1539
treed231962aa770426306dfaf8ac44179b218026428
parent0f75cadf00aa9a70a4a5178e4b50a4e7546cc3f1
grepc: grepc_type_struct_union_enum: Don't duplicate output

In definitions of the form

typedef struct foo {...} foo;

grepc_type_typedef_struct_union_enum() is already finding it.
Remove the duplicate here.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
bin/grepc