diff options
| author | Jani Nikula <jani@nikula.org> | 2021-10-13 17:02:16 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-10-23 08:38:53 -0300 |
| commit | 6987286a5b562709c1de583db66673c202fd926c (patch) | |
| tree | 2a9474fa08549a106b28d06112c2aaf9384f9144 /parse-time-string | |
| parent | e0834e376a1078fc3a79978cf36a94785cdb2d30 (diff) | |
lib: remove enum names from typedefs
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.
Use the anonymous enum in the typedefs:
typedef enum { ... } name_t;
Diffstat (limited to 'parse-time-string')
0 files changed, 0 insertions, 0 deletions
