aboutsummaryrefslogtreecommitdiffstats
path: root/tests/42-real-life-OK.asn1.-PR
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-26 13:12:56 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-26 13:12:56 +0000
commitaafc94105ea876653305a0d5262c87e6bcc271f1 (patch)
treeb80440a1af227640269f3d5807f5b0d835dc224a /tests/42-real-life-OK.asn1.-PR
parent1276169ece5b70a0f3df30179f425c24def47d9c (diff)
type aliasing implemented; last_tag_form removed
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@404 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/42-real-life-OK.asn1.-PR')
-rw-r--r--tests/42-real-life-OK.asn1.-PR13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index ef05fa51..f26068f7 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -99,7 +99,6 @@ asn1_TYPE_descriptor_t asn1_DEF_varsets = {
asn1_DEF_varsets_tags, /* Same as above */
sizeof(asn1_DEF_varsets_tags)
/sizeof(asn1_DEF_varsets_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_varsets,
1, /* Single element */
&asn1_DEF_varsets_specs /* Additional specs */
@@ -152,7 +151,6 @@ asn1_TYPE_descriptor_t asn1_DEF_LogLine = {
asn1_DEF_LogLine_tags, /* Same as above */
sizeof(asn1_DEF_LogLine_tags)
/sizeof(asn1_DEF_LogLine_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_LogLine,
2, /* Elements count */
&asn1_DEF_LogLine_specs /* Additional specs */
@@ -209,8 +207,7 @@ memb_vparts_2_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
/* Nothing is here. See below */
}
- return td->check_constraints
- (td, sptr, app_errlog, app_key);
+ return td->check_constraints(td, sptr, app_errlog, app_key);
}
@@ -250,7 +247,6 @@ asn1_TYPE_descriptor_t asn1_DEF_vparts = {
asn1_DEF_vparts_tags, /* Same as above */
sizeof(asn1_DEF_vparts_tags)
/sizeof(asn1_DEF_vparts_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_vparts,
1, /* Single element */
&asn1_DEF_vparts_specs /* Additional specs */
@@ -303,7 +299,6 @@ asn1_TYPE_descriptor_t asn1_DEF_VariablePartSet = {
asn1_DEF_VariablePartSet_tags, /* Same as above */
sizeof(asn1_DEF_VariablePartSet_tags)
/sizeof(asn1_DEF_VariablePartSet_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_VariablePartSet,
2, /* Elements count */
&asn1_DEF_VariablePartSet_specs /* Additional specs */
@@ -429,7 +424,6 @@ asn1_TYPE_descriptor_t asn1_DEF_vset = {
asn1_DEF_vset_tags, /* Same as above */
sizeof(asn1_DEF_vset_tags)
/sizeof(asn1_DEF_vset_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_vset,
1, /* Single element */
&asn1_DEF_vset_specs /* Additional specs */
@@ -483,7 +477,6 @@ asn1_TYPE_descriptor_t asn1_DEF_vrange = {
asn1_DEF_vrange_tags, /* Same as above */
sizeof(asn1_DEF_vrange_tags)
/sizeof(asn1_DEF_vrange_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_vrange,
2, /* Elements count */
&asn1_DEF_vrange_specs /* Additional specs */
@@ -532,7 +525,6 @@ asn1_TYPE_descriptor_t asn1_DEF_VariablePart = {
0, /* No effective tags (count) */
0, /* No tags (pointer) */
0, /* No tags (count) */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_VariablePart,
2, /* Elements count */
&asn1_DEF_VariablePart_specs /* Additional specs */
@@ -626,7 +618,6 @@ asn1_TYPE_descriptor_t asn1_DEF_email = {
asn1_DEF_email_tags, /* Same as above */
sizeof(asn1_DEF_email_tags)
/sizeof(asn1_DEF_email_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_email,
1, /* Single element */
&asn1_DEF_email_specs /* Additional specs */
@@ -680,7 +671,6 @@ asn1_TYPE_descriptor_t asn1_DEF_notify = {
asn1_DEF_notify_tags, /* Same as above */
sizeof(asn1_DEF_notify_tags)
/sizeof(asn1_DEF_notify_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_notify,
2, /* Elements count */
&asn1_DEF_notify_specs /* Additional specs */
@@ -733,7 +723,6 @@ asn1_TYPE_descriptor_t asn1_DEF_ActionItem = {
asn1_DEF_ActionItem_tags, /* Same as above */
sizeof(asn1_DEF_ActionItem_tags)
/sizeof(asn1_DEF_ActionItem_tags[0]), /* 1 */
- 1, /* Whether CONSTRUCTED */
asn1_MBR_ActionItem,
2, /* Elements count */
&asn1_DEF_ActionItem_specs /* Additional specs */