aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_constr.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-19 13:32:17 +0000
committerLev Walkin <vlm@lionet.info>2004-08-19 13:32:17 +0000
commit04d7be4a1a0611f1f1f9a097eada2d6a1cfd73ae (patch)
tree48cdd74cbce3fea998de5b0fc12586f2af048bee /libasn1parser/asn1p_constr.h
parente824a9d614a28869c90a51ee8ea579d939883ebd (diff)
new member for compiler
Diffstat (limited to 'libasn1parser/asn1p_constr.h')
-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 */