do not override specifics

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@701 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-02-25 10:24:45 +00:00
parent 82e33fb584
commit 9e481eba67
2 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@ accept_as_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->xer_encoder = asn_DEF_ENUMERATED.xer_encoder;
td->elements = asn_DEF_ENUMERATED.elements;
td->elements_count = asn_DEF_ENUMERATED.elements_count;
td->specifics = asn_DEF_ENUMERATED.specifics;
/* td->specifics = asn_DEF_ENUMERATED.specifics; // Defined explicitly */
}
static void

View File

@ -113,7 +113,7 @@ SimpleType_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
td->xer_encoder = asn_DEF_ENUMERATED.xer_encoder;
td->elements = asn_DEF_ENUMERATED.elements;
td->elements_count = asn_DEF_ENUMERATED.elements_count;
td->specifics = asn_DEF_ENUMERATED.specifics;
/* td->specifics = asn_DEF_ENUMERATED.specifics; // Defined explicitly */
}
void