aboutsummaryrefslogtreecommitdiffstats
path: root/tests/39-sequence-of-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-11 07:17:22 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-11 07:17:22 +0000
commit6e73a0491205fd3dc13f849a4cb8630b1d81c191 (patch)
tree983959c7bdffee2608e72e91fc78a89215077ff6 /tests/39-sequence-of-OK.asn1.-P
parent97ed74f2afe08c253cd0655ac5a5d7673bed064a (diff)
Win32 portability fixes
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@85 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/39-sequence-of-OK.asn1.-P')
-rw-r--r--tests/39-sequence-of-OK.asn1.-P6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/39-sequence-of-OK.asn1.-P b/tests/39-sequence-of-OK.asn1.-P
index 560406df..383cafc4 100644
--- a/tests/39-sequence-of-OK.asn1.-P
+++ b/tests/39-sequence-of-OK.asn1.-P
@@ -51,7 +51,7 @@ typedef struct T {
0, /* Use generic outmost tag fetcher */
asn1_DEF_collection_tags,
sizeof(asn1_DEF_collection_tags)
- /sizeof(asn1_DEF_collection_tags[0]),
+ /sizeof(asn1_DEF_collection_tags[0]), /* 1 */
1, /* Tags to skip */
1, /* Whether CONSTRUCTED */
&asn1_DEF_collection_specs /* Additional specs */
@@ -98,7 +98,7 @@ asn1_TYPE_descriptor_t asn1_DEF_T = {
0, /* Use generic outmost tag fetcher */
asn1_DEF_T_tags,
sizeof(asn1_DEF_T_tags)
- /sizeof(asn1_DEF_T_tags[0]),
+ /sizeof(asn1_DEF_T_tags[0]), /* 1 */
1, /* Tags to skip */
1, /* Whether CONSTRUCTED */
&asn1_DEF_T_specs /* Additional specs */
@@ -169,7 +169,7 @@ asn1_TYPE_descriptor_t asn1_DEF_T2 = {
0, /* Use generic outmost tag fetcher */
asn1_DEF_T2_tags,
sizeof(asn1_DEF_T2_tags)
- /sizeof(asn1_DEF_T2_tags[0]),
+ /sizeof(asn1_DEF_T2_tags[0]), /* 1 */
1, /* Tags to skip */
1, /* Whether CONSTRUCTED */
&asn1_DEF_T2_specs /* Additional specs */