asn1: Do not emit the same ASN.1 C comments repeatedly
This commit is contained in:

committed by
Jeffrey Altman

parent
cfd2ccb546
commit
c922303dd0
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user