The ABCL reader is making two copies of the message descriptor when it's
reading a previously compiled proto message file that has an alias.
This works since the two message descriptors are identical, but it's
not optimal as it makes two different objects.
It still functionally works.
Update ABCL reader macros due to ABCL load bug.
The ABCL reader is making two copies of the message descriptor when it's reading a previously compiled proto message file that has an alias. This works since the two message descriptors are identical, but it's not optimal as it makes two different objects. It still functionally works.