more explicit ANY support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@303 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/constr_TYPE.h b/skeletons/constr_TYPE.h
index 3463c6c..e072ec5 100644
--- a/skeletons/constr_TYPE.h
+++ b/skeletons/constr_TYPE.h
@@ -97,6 +97,7 @@
 	enum asn1_TYPE_flags_e {
 		ATF_NOFLAGS,
 		ATF_POINTER	= 0x01,	/* Represented by the pointer */
+		ATF_OPEN_TYPE	= 0x02,	/* ANY type, without meaningful tag */
 	} flags;			/* Element's presentation flags */
 	int optional;	/* Following optional members, including current */
 	int memb_offset;		/* Offset of the element */