aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-04 04:42:00 +0000
committerLev Walkin <vlm@lionet.info>2004-09-04 04:42:00 +0000
commit2605d2a7177707064d6c0527a64b46e42ee9b21b (patch)
tree687712d5b391ab9f864f6ff7b22c4effe730fa54
parenta08f54d9e2093ad9efee8a26ef7889576fb40e7d (diff)
any type renamed
-rw-r--r--libasn1compiler/asn1c_C.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1compiler/asn1c_C.h b/libasn1compiler/asn1c_C.h
index 39a35fbf..e8f56ed9 100644
--- a/libasn1compiler/asn1c_C.h
+++ b/libasn1compiler/asn1c_C.h
@@ -32,7 +32,7 @@ static asn1_language_map_t asn1_lang_C[] __attribute__ ((unused)) = {
/*
* ANY type (deprecated)
*/
- { AMT_TYPE, ASN_CONSTR_ANY, asn1c_lang_C_type_SIMPLE_TYPE },
+ { AMT_TYPE, ASN_TYPE_ANY, asn1c_lang_C_type_SIMPLE_TYPE },
/*
* Basic types
*/