new functionality

diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index 83be42f..716928f 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -47,7 +47,7 @@
 	
 	{ /* Determine the number of elements */
 		const A_SEQUENCE_OF(void) *list;
-		list = (const A_SEQUENCE_OF(void) *)sptr;
+		(const void *)list = sptr;
 		size = list->count;
 	}
 	
@@ -376,7 +376,7 @@
 	
 	{ /* Determine the number of elements */
 		const A_SET_OF(void) *list;
-		list = (const A_SET_OF(void) *)sptr;
+		(const void *)list = sptr;
 		size = list->count;
 	}