XER support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@365 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/constr_SEQUENCE_OF.h b/skeletons/constr_SEQUENCE_OF.h
index d2560c6..ee11750 100644
--- a/skeletons/constr_SEQUENCE_OF.h
+++ b/skeletons/constr_SEQUENCE_OF.h
@@ -12,10 +12,11 @@
  * A set specialized functions dealing with the SEQUENCE OF type.
  * Implemented using SET OF.
  */
+#define	SEQUENCE_OF_free	SET_OF_free
+#define	SEQUENCE_OF_print	SET_OF_print
 #define	SEQUENCE_OF_constraint	SET_OF_constraint
 #define	SEQUENCE_OF_decode_ber	SET_OF_decode_ber
 der_type_encoder_f SEQUENCE_OF_encode_der;
-#define	SEQUENCE_OF_print	SET_OF_print
-#define	SEQUENCE_OF_free	SET_OF_free
+xer_type_encoder_f SEQUENCE_OF_encode_xer;
 
 #endif	/* _CONSTR_SET_OF_H_ */