Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
9a0042ea
Commit
9a0042ea
authored
Aug 18, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
dc3272d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
asn1c/asn1c.1
asn1c/asn1c.1
+2
-10
asn1c/asn1c.c
asn1c/asn1c.c
+0
-1
No files found.
asn1c/asn1c.1
View file @
9a0042ea
...
@@ -23,7 +23,7 @@ and other encoding standards.
...
@@ -23,7 +23,7 @@ and other encoding standards.
.TP
.TP
\fILanguage Options\fR
\fILanguage Options\fR
.br
.br
\fB\-f
all-defs-global \-f
bless-SIZE \-fcompound-names \-findirect-choice
\fB\-fbless-SIZE \-fcompound-names \-findirect-choice
.BI "\-fknown-extern-type="<name>
.BI "\-fknown-extern-type="<name>
\fB\-fnative-types \-fno-constraints \-fno-include-deps \-funnamed-unions \-fskeletons-copy
\fB\-fnative-types \-fno-constraints \-fno-include-deps \-funnamed-unions \-fskeletons-copy
.TP
.TP
...
@@ -74,15 +74,7 @@ Enable ASN.1 syntax tree fixer debugging during the fixing stage.
...
@@ -74,15 +74,7 @@ Enable ASN.1 syntax tree fixer debugging during the fixing stage.
.B \-Wdebug-compiler
.B \-Wdebug-compiler
Enable debugging during the actual compile time.
Enable debugging during the actual compile time.
.SH LANGUAGE OPTIONS
.SH LANGUAGE OPTIONS
.TP
.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
.B \-fbless-SIZE
.B \-fbless-SIZE
Allow SIZE() constraint for INTEGER, ENUMERATED, and other types for which this
Allow SIZE() constraint for INTEGER, ENUMERATED, and other types for which this
constraint is normally prohibited by the standard. This is a violation of
constraint is normally prohibited by the standard. This is a violation of
...
...
asn1c/asn1c.c
View file @
9a0042ea
...
@@ -444,7 +444,6 @@ usage(const char *av0) {
...
@@ -444,7 +444,6 @@ usage(const char *av0) {
" -Wdebug-compiler --//-- compiler
\n
"
" -Wdebug-compiler --//-- compiler
\n
"
"
\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
"
" -fbless-SIZE Allow SIZE() constraint for INTEGER etc (non-std.)
\n
"
" -fcompound-names Disambiguate C's struct NAME's inside top-level types
\n
"
" -fcompound-names Disambiguate C's struct NAME's inside top-level types
\n
"
" -findirect-choice Compile members of CHOICE as indirect pointers
\n
"
" -findirect-choice Compile members of CHOICE as indirect pointers
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment