aboutsummaryrefslogtreecommitdiffstats
path: root/tests/42-real-life-OK.asn1.-PR
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/42-real-life-OK.asn1.-PR
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/42-real-life-OK.asn1.-PR')
-rw-r--r--tests/42-real-life-OK.asn1.-PR2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index 09aed561..f0aef03d 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -339,7 +339,7 @@ typedef enum VariablePart_PR {
typedef struct VariablePart {
VariablePart_PR present;
- union {
+ union VariablePart_u {
struct vset {
A_SET_OF(VisibleString_t) list;