asn1: Do not emit the same ASN.1 C comments repeatedly

This commit is contained in:
Nicolas Williams
2023-09-21 16:56:45 -05:00
committed by Jeffrey Altman
parent cfd2ccb546
commit c922303dd0
3 changed files with 15 additions and 4 deletions

View File

@@ -171,3 +171,9 @@ emitted_tag_enums(const Symbol *s)
{
((Symbol *)(uintptr_t)s)->emitted_tag_enums = 1;
}
void
emitted_asn1(const Symbol *s)
{
((Symbol *)(uintptr_t)s)->emitted_asn1 = 1;
}