aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_internal.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-16 17:00:21 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-16 17:00:21 +0000
commit5a6fc6536f90f8e04158e84474163eaf03683a36 (patch)
tree350e30485b3b644e2602c011cf425ccd464424ae /skeletons/asn_internal.h
parent2cebdf365047df046cd11ec08016466b1ab53e75 (diff)
more words on circular references
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@973 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/asn_internal.h')
-rw-r--r--skeletons/asn_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/asn_internal.h b/skeletons/asn_internal.h
index 781f10bc..09d407c5 100644
--- a/skeletons/asn_internal.h
+++ b/skeletons/asn_internal.h
@@ -19,7 +19,8 @@
extern "C" {
#endif
-#define ASN1C_ENVIRONMENT_VERSION 98 /* Compile-time version */
+/* Environment version might be used to avoid running with the old library */
+#define ASN1C_ENVIRONMENT_VERSION 919 /* Compile-time version */
int get_asn1c_environment_version(void); /* Run-time version */
#define CALLOC(nmemb, size) calloc(nmemb, size)