From 04d7be4a1a0611f1f1f9a097eada2d6a1cfd73ae Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Thu, 19 Aug 2004 13:32:17 +0000
Subject: [PATCH] new member for compiler

---
 libasn1parser/asn1p_constr.h | 1 +
 1 file changed, 1 insertion(+)

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 */
-- 
GitLab