aboutsummaryrefslogtreecommitdiffstats
path: root/tests/47-set-ext-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-10 09:18:20 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-10 09:18:20 +0000
commitddd5a7dd24cdb8b8826740c33614d4fc3c1f0698 (patch)
tree867d07500170940336a897a7eb54f6445e8c7a41 /tests/47-set-ext-OK.asn1.-P
parent432c199ab6808c6708ed53e4fa9f84b3b411baf2 (diff)
distinction between an optional member and a member encoded with a pointer
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@302 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/47-set-ext-OK.asn1.-P')
-rw-r--r--tests/47-set-ext-OK.asn1.-P8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/47-set-ext-OK.asn1.-P b/tests/47-set-ext-OK.asn1.-P
index 9991cf57..8354a16c 100644
--- a/tests/47-set-ext-OK.asn1.-P
+++ b/tests/47-set-ext-OK.asn1.-P
@@ -36,7 +36,7 @@ typedef struct T1 {
/*** <<< STAT-DEFS [T1] >>> ***/
static asn1_TYPE_member_t asn1_MBR_T1[] = {
- { 0, offsetof(struct T1, i),
+ { ATF_NOFLAGS, 0, offsetof(struct T1, i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
.type = (void *)&asn1_DEF_INTEGER,
@@ -118,7 +118,7 @@ typedef struct T2 {
/*** <<< STAT-DEFS [T2] >>> ***/
static asn1_TYPE_member_t asn1_MBR_T2[] = {
- { 0, offsetof(struct T2, i),
+ { ATF_NOFLAGS, 0, offsetof(struct T2, i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
.type = (void *)&asn1_DEF_INTEGER,
@@ -197,7 +197,7 @@ typedef struct T3 {
/*** <<< STAT-DEFS [T3] >>> ***/
static asn1_TYPE_member_t asn1_MBR_T3[] = {
- { 0, offsetof(struct T3, choice.i),
+ { ATF_NOFLAGS, 0, offsetof(struct T3, choice.i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
.type = (void *)&asn1_DEF_INTEGER,
@@ -269,7 +269,7 @@ typedef struct T4 {
/*** <<< STAT-DEFS [T4] >>> ***/
static asn1_TYPE_member_t asn1_MBR_T4[] = {
- { 0, offsetof(struct T4, choice.i),
+ { ATF_NOFLAGS, 0, offsetof(struct T4, choice.i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
.type = (void *)&asn1_DEF_INTEGER,