changes related to ANY type introduction

This commit is contained in:
Lev Walkin 2004-09-04 04:54:42 +00:00
parent 609ccbb318
commit 0f2848f82f
2 changed files with 3 additions and 3 deletions

View File

@ -208,7 +208,7 @@ memb_vparts_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
static asn1_TYPE_member_t asn1_MBR_vparts[] = {
{ 0, 0,
.tag = -1 /* Ambiguous tag (CHOICE?) */,
.tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_VariablePart,
.memb_constraints = 0, /* Defer to actual type */

View File

@ -176,7 +176,7 @@ static asn1_TYPE_member_t asn1_MBR_b[] = {
.name = "d"
},
{ 0, offsetof(struct b, choice.e),
.tag = -1 /* Ambiguous tag (CHOICE?) */,
.tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_e,
.memb_constraints = 0, /* Defer to actual type */
@ -232,7 +232,7 @@ static asn1_TYPE_member_t asn1_MBR_T[] = {
.name = "a"
},
{ 0, offsetof(struct T, b),
.tag = -1 /* Ambiguous tag (CHOICE?) */,
.tag = -1 /* Ambiguous tag (CHOICE|ANY?) */,
.tag_mode = 0,
.type = (void *)&asn1_DEF_b,
.memb_constraints = 0, /* Defer to actual type */