From e348189816f0ddc82ecb6d673648b21c491bb876 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Tue, 7 Mar 2006 13:05:38 +0000 Subject: more fixes --- asn1c/asn1c.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1c/asn1c.1') diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1 index 376d0fa9..4781441e 100644 --- a/asn1c/asn1c.1 +++ b/asn1c/asn1c.1 @@ -79,14 +79,14 @@ Enable debugging during the actual compile time. Normally the compiler hides the definitions (asn1_DEF_xxx) of the inner structure elements (members of SEQUENCE, SET and other types). This option makes all such definitions global. -Enabling this option may pollute the namespace by making lots of asn1_DEF_xxx +Using this option may pollute the namespace by making lots of asn1_DEF_xxx structures globally visible, but will allow you to manipulate (encode and decode) the individual members of any complex ASN.1 structure. .TP .B \-fbless-SIZE Allow SIZE() constraint for INTEGER, ENUMERATED, and other types for which this constraint is normally prohibited by the standard. This is a violation of -an ASN.1 standard and compiler may fail to produce meaningful code. +ASN.1 standard and compiler may fail to produce meaningful code. .TP .B \-fcompound-names Using this switch prevents name collisions in the target source code -- cgit v1.2.3