The C11 standard specifies in section 6.7/5:
C11 6.7/5
A definition of an identifier is a declaration for that identifier that:
(...)
— for an enumeration constant, is the (only) declaration of the identifier;
(...)
Does the wording of the above paragraph state that
A definition of an enumeration constant is a declaration that is the (only) declaration
A definition of an enumeration constant is the (only) declaration?