unions are not anonymous


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@961 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/84-param-tags-OK.asn1.-P b/tests/84-param-tags-OK.asn1.-P
index 282dfe4..b45977b 100644
--- a/tests/84-param-tags-OK.asn1.-P
+++ b/tests/84-param-tags-OK.asn1.-P
@@ -18,7 +18,7 @@
 
 typedef struct TestChoice {
 	TestChoice_PR present;
-	union {
+	union TestChoice_u {
 		struct type1 {
 			long	*common	/* DEFAULT 0 */;
 			
@@ -233,7 +233,7 @@
 
 typedef struct AutoChoice {
 	AutoChoice_PR present;
-	union {
+	union AutoChoice_u {
 		struct type1 {
 			long	 common;