BIT STRING now stores the number of unused octets in a separate field.


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@498 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/constr_TYPE.h b/skeletons/constr_TYPE.h
index 937ef10..7e3254e 100644
--- a/skeletons/constr_TYPE.h
+++ b/skeletons/constr_TYPE.h
@@ -133,14 +133,14 @@
 	int (*xer_decoder);/* PLACEHOLDER */ /* Free-form XER decoder */
 	xer_type_encoder_f *xer_encoder;	/* [Canonical] XER encoder */
 
-	/*
-	 * Functions used internally. Should not be used by applications.
-	 */
-	asn_outmost_tag_f  *outmost_tag;	/* <optional, internal> */
+	/***********************************************************************
+	 * Internally useful members. Not to be used by applications directly. *
+	 **********************************************************************/
 
 	/*
 	 * Tags that are expected to occur.
 	 */
+	asn_outmost_tag_f  *outmost_tag;	/* <optional, internal> */
 	ber_tlv_tag_t *tags;	/* Effective tags sequence for this type */
 	int tags_count;		/* Number of tags which are expected */
 	ber_tlv_tag_t *all_tags;/* Every tag for BER/containment */