strict enumeration support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@704 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index 5d0ef29..dda3bdb 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -683,7 +683,8 @@
 	asn_MAP_accept_as_value2enum,	/* "tag" => N; sorted by tag */
 	asn_MAP_accept_as_enum2value,	/* N => "tag"; sorted by N */
 	3,	/* Number of elements in the maps */
-	1	/* Enumeration is extensible */
+	1,	/* Enumeration is extensible */
+	1	/* Strict enumeration */
 };
 static ber_tlv_tag_t asn_DEF_accept_as_tags[] = {
 	(ASN_TAG_CLASS_UNIVERSAL | (10 << 2))