From 9a0042ea8ec5827a03ee818aaadad7347ff45388 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Fri, 18 Aug 2006 06:41:48 +0000 Subject: [PATCH] *** empty log message *** --- asn1c/asn1c.1 | 12 ++---------- asn1c/asn1c.c | 1 - 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1 index 5faa2ef2..aa33ceba 100644 --- a/asn1c/asn1c.1 +++ b/asn1c/asn1c.1 @@ -23,7 +23,7 @@ and other encoding standards. .TP \fILanguage Options\fR .br -\fB\-fall-defs-global \-fbless-SIZE \-fcompound-names \-findirect-choice +\fB\-fbless-SIZE \-fcompound-names \-findirect-choice .BI "\-fknown-extern-type=" \fB\-fnative-types \-fno-constraints \-fno-include-deps \-funnamed-unions \-fskeletons-copy .TP @@ -74,15 +74,7 @@ Enable ASN.1 syntax tree fixer debugging during the fixing stage. .B \-Wdebug-compiler Enable debugging during the actual compile time. .SH LANGUAGE OPTIONS -.TP -.B \-fall-defs-global -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. -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 + .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 diff --git a/asn1c/asn1c.c b/asn1c/asn1c.c index 3e461dcb..8a6cd077 100644 --- a/asn1c/asn1c.c +++ b/asn1c/asn1c.c @@ -444,7 +444,6 @@ usage(const char *av0) { " -Wdebug-compiler --//-- compiler\n" "\n" -" -fall-defs-global Don't make the asn1_DEF_'s of structure members \"static\"\n" " -fbless-SIZE Allow SIZE() constraint for INTEGER etc (non-std.)\n" " -fcompound-names Disambiguate C's struct NAME's inside top-level types\n" " -findirect-choice Compile members of CHOICE as indirect pointers\n"