Commit 69f12ed9 authored by Lev Walkin's avatar Lev Walkin

ANY support

parent 29157e6d
......@@ -29,6 +29,10 @@ static asn1_language_map_t asn1_lang_C[] __attribute__ ((unused)) = {
{ AMT_TYPE, ASN_CONSTR_SET_OF, asn1c_lang_C_type_SEx_OF },
{ AMT_TYPEREF, ASN_CONSTR_SET_OF, asn1c_lang_C_type_SEx_OF },
{ AMT_TYPE, ASN_CONSTR_CHOICE, asn1c_lang_C_type_CHOICE },
/*
* ANY type (deprecated)
*/
{ AMT_TYPE, ASN_CONSTR_ANY, asn1c_lang_C_type_SIMPLE_TYPE },
/*
* Basic types
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment