Re: [PATCH 1/2] lib: remove enum names from typedefs

Subject: Re: [PATCH 1/2] lib: remove enum names from typedefs

Date: Sat, 23 Oct 2021 08:42:03 -0300

To: Jani Nikula, notmuch@notmuchmail.org

Cc: jani@nikula.org

From: David Bremner


Jani Nikula <jani@nikula.org> writes:

> There are some enum typedefs with the enum name:
>
>     typedef enum _name_t { ... } name_t;
>
> We don't need or use the enum names _name_t for anything, and not all
> of the enum typedefs have them. We have the typedefs specifically to
> use the typedef name.

series applied to master
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: