aboutsummaryrefslogtreecommitdiffstats
path: root/tests/43-recursion-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-14 15:03:31 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-14 15:03:31 +0000
commit2e77428c4242738f3a94e4942fc7bcc6f58d7f82 (patch)
treeeda464238a1a532e00333d16a48485972888272b /tests/43-recursion-OK.asn1.-P
parent9c7c480f19cbfa94de3ddcc815b4e6473d1ea7fb (diff)
unions are not anonymous
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@961 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/43-recursion-OK.asn1.-P')
-rw-r--r--tests/43-recursion-OK.asn1.-P2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/43-recursion-OK.asn1.-P b/tests/43-recursion-OK.asn1.-P
index 02135e76..6d83f612 100644
--- a/tests/43-recursion-OK.asn1.-P
+++ b/tests/43-recursion-OK.asn1.-P
@@ -220,7 +220,7 @@ struct Choice_1;
typedef struct Choice_1 {
Choice_1_PR present;
- union {
+ union Choice_1_u {
struct Choice_1 *and;
struct or {
A_SET_OF(struct Choice_1) list;