Skip to content
Snippets Groups Projects
Commit 69f12ed9 authored by Lev Walkin's avatar Lev Walkin
Browse files

ANY support

parent 29157e6d
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ static asn1_language_map_t asn1_lang_C[] __attribute__ ((unused)) = { ...@@ -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_TYPE, ASN_CONSTR_SET_OF, asn1c_lang_C_type_SEx_OF },
{ AMT_TYPEREF, 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 }, { 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 * Basic types
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment