aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-18 06:41:48 +0000
committerLev Walkin <vlm@lionet.info>2006-08-18 06:41:48 +0000
commit9a0042ea8ec5827a03ee818aaadad7347ff45388 (patch)
tree363a2da953a4f43dd98c7dba66920b325ed2aca7
parentdc3272d0fdc8b584a647261b4f7ee2873654b1d1 (diff)
*** empty log message ***
-rw-r--r--asn1c/asn1c.112
-rw-r--r--asn1c/asn1c.c1
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="<name>
\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"