aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_expr.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-04 08:48:53 +0000
committerLev Walkin <vlm@lionet.info>2005-03-04 08:48:53 +0000
commit21d00009376ee1e675301eeecea88b1ba2c91f18 (patch)
tree845e53af72c82de731b460bfaec37d6396cf1d77 /libasn1parser/asn1p_expr.h
parent80ec40aa1a4c8a8087755d7afb0c5f1f01cd44ea (diff)
-fcompound-names
Diffstat (limited to 'libasn1parser/asn1p_expr.h')
-rw-r--r--libasn1parser/asn1p_expr.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libasn1parser/asn1p_expr.h b/libasn1parser/asn1p_expr.h
index c7ec1457..cc39dfcf 100644
--- a/libasn1parser/asn1p_expr.h
+++ b/libasn1parser/asn1p_expr.h
@@ -184,7 +184,7 @@ typedef struct asn1p_expr_s {
int unique; /* UNIQUE */
/*
- * Whether automatic tagging is applicable for subtypes.
+ * Whether automatic tagging may be applied for subtypes.
*/
int auto_tags_OK;
@@ -217,7 +217,11 @@ typedef struct asn1p_expr_s {
TM_RECURSION, /* Used to break recursion */
} _mark;
- int _anonymous_type; /* Used by the compiler */
+ /*
+ * Some tags used by the compiler.
+ */
+ int _anonymous_type; /* This type is unnamed */
+ int _type_unique_index; /* A per top-level-type unique index */
/*
* Opaque data may be attached to this structure,