Previously the enumerator parsing logic utilized the same logic as the macro parsing logic.
These are actually disparate logic. Now the enumerator logic uses the common base logic, with dedicated handling for the format_name() to only return the enumerator's name.
Previously the enumerator parsing logic utilized the same logic as the macro parsing logic. These are actually disparate logic. Now the enumerator logic uses the common base logic, with dedicated handling for the
format_name()
to only return the enumerator's name.