aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-19 13:32:17 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-19 13:32:17 +0000
commit7498f7ee394e784f3916430817ff6f8a1dc649ca (patch)
tree48cdd74cbce3fea998de5b0fc12586f2af048bee /libasn1parser
parent7f836ed28c893d359ea4e75d1634dd8aacd5f1a9 (diff)
new member for compiler
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@152 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1parser')
-rw-r--r--libasn1parser/asn1p_constr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libasn1parser/asn1p_constr.h b/libasn1parser/asn1p_constr.h
index d3756780..c83d58bd 100644
--- a/libasn1parser/asn1p_constr.h
+++ b/libasn1parser/asn1p_constr.h
@@ -57,6 +57,7 @@ typedef struct asn1p_constraint_s {
int el_size; /* Size of the allocated (elements) */
int _lineno; /* Position in a source file */
+ int _compile_mark; /* Marker used by the compiler */
} asn1p_constraint_t;
/* Human-readable constraint type description */