aboutsummaryrefslogtreecommitdiffstats
path: root/tests/93-asn1c-controls-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-29 10:31:14 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-29 10:31:14 +0000
commite0fea71cb934931921053a3d89b7912cb3262306 (patch)
tree4f173bf7d27476d128d4bb845b3b7665e70d4281 /tests/93-asn1c-controls-OK.asn1.-P
parent823f1446baf94f830c9f24b6ea6abd64cafeb231 (diff)
YuanMeng was very helpful in finding these
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@981 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/93-asn1c-controls-OK.asn1.-P')
-rw-r--r--tests/93-asn1c-controls-OK.asn1.-P16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/93-asn1c-controls-OK.asn1.-P b/tests/93-asn1c-controls-OK.asn1.-P
index 806ee3a7..0f777d50 100644
--- a/tests/93-asn1c-controls-OK.asn1.-P
+++ b/tests/93-asn1c-controls-OK.asn1.-P
@@ -24,14 +24,14 @@ static asn_TYPE_member_t asn_MBR_Sequence_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct Sequence, ainl),
.tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "ainl"
},
{ ATF_POINTER, 0, offsetof(struct Sequence, aptr),
.tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "aptr"
},
@@ -122,14 +122,14 @@ static asn_TYPE_member_t asn_MBR_Set_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct Set, ainl),
.tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_Sequence,
+ .type = &asn_DEF_Sequence,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "ainl"
},
{ ATF_POINTER, 0, offsetof(struct Set, aptr),
.tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_Sequence,
+ .type = &asn_DEF_Sequence,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "aptr"
},
@@ -232,7 +232,7 @@ static asn_TYPE_member_t asn_MBR_setof_2[] = {
{ ATF_POINTER, 0, 0,
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = ""
},
@@ -273,21 +273,21 @@ static asn_TYPE_member_t asn_MBR_Choice_1[] = {
{ ATF_POINTER, 0, offsetof(struct Choice, choice.setof),
.tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_setof_2,
+ .type = &asn_DEF_setof_2,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "setof"
},
{ ATF_POINTER, 0, offsetof(struct Choice, choice.aptr),
.tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_Sequence,
+ .type = &asn_DEF_Sequence,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "aptr"
},
{ ATF_NOFLAGS, 0, offsetof(struct Choice, choice.ainl),
.tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_Sequence,
+ .type = &asn_DEF_Sequence,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "ainl"
},