Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
6faa68ef
Commit
6faa68ef
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
-fnative-integers -> -fnative-types
parent
93e9fe33
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/asn1c-usage.html
+7
-7
7 additions, 7 deletions
doc/asn1c-usage.html
with
7 additions
and
7 deletions
doc/asn1c-usage.html
+
7
−
7
View file @
6faa68ef
...
@@ -719,9 +719,10 @@ types for which this constraint is normally prohibited by the standard.
...
@@ -719,9 +719,10 @@ 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
This is a violation of an ASN.1 standard and compiler may fail to
produce the meaningful code.
</FONT></TD></TR>
produce the meaningful code.
</FONT></TD></TR>
</TBODY><TBODY>
</TBODY><TBODY>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-fnative-integers
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-fnative-types
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<FONT
SIZE=
"-1"
>
Use native machine's integer types whenever possible, instead
<FONT
SIZE=
"-1"
>
Use the native machine's data types (int, double) whenever
of the complex ASN.1 INTEGER and ENUMERATED types.
</FONT></TD></TR>
possible, instead of the compound ASN.1 INTEGER_t, ENUMERATED_t
and REAL_t types.
</FONT></TD></TR>
</TBODY><TBODY>
</TBODY><TBODY>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-funnamed-unions
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<TR><TD
VALIGN=
BASELINE
ALIGN=
LEFT
NOWRAP
>
-funnamed-unions
</TD><TD
VALIGN=
BASELINE
ALIGN=
LEFT
WIDTH=
"216"
>
<FONT
SIZE=
"-1"
>
Enable unnamed unions in the definitions of target language's
<FONT
SIZE=
"-1"
>
Enable unnamed unions in the definitions of target language's
...
@@ -1225,9 +1226,8 @@ not a definitive factor.
...
@@ -1225,9 +1226,8 @@ not a definitive factor.
</DD>
</DD>
<DT><A
NAME=
"foot379"
>
... this
</A><A
<DT><A
NAME=
"foot379"
>
... this
</A><A
HREF=
"asn1c-usage.html#tex2html2"
><SUP>
2.2
</SUP></A></DT>
HREF=
"asn1c-usage.html#tex2html2"
><SUP>
2.2
</SUP></A></DT>
<DD><I>
-fnative-integers
</I>
compiler option is used to produce basic
<DD><I>
-fnative-types
</I>
compiler option is used to produce basic C
<I>
int
</I>
C
<I>
int
</I>
types instead of infinite width INTEGER_t structures.
types instead of infinite width INTEGER_t structures. See
<A
HREF=
#Table1
>
Table 1
</A>
.
See
<A
HREF=
#Table1
>
Table 1
</A>
.
</DD>
</DD>
<DT><A
NAME=
"foot151"
>
... binary
</A><A
<DT><A
NAME=
"foot151"
>
... binary
</A><A
...
@@ -1270,7 +1270,7 @@ which aren't important for the size determination.
...
@@ -1270,7 +1270,7 @@ which aren't important for the size determination.
</DL><BR><HR>
</DL><BR><HR>
<ADDRESS>
<ADDRESS>
Lev Walkin
Lev Walkin
2004-09-
0
7
2004-09-
1
7
</ADDRESS>
</ADDRESS>
</BODY>
</BODY>
</HTML>
</HTML>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment