aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-17 08:35:02 +0000
committerLev Walkin <vlm@lionet.info>2004-09-17 08:35:02 +0000
commit6faa68eff0abf625edaa6a2bf9ddfc60c35f1312 (patch)
treea41c13c53682649d77c642059c3d0c30b1a73c63 /doc
parent93e9fe334e41b76568d1383686e53b35c53c7db7 (diff)
-fnative-integers -> -fnative-types
Diffstat (limited to 'doc')
-rw-r--r--doc/asn1c-usage.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/asn1c-usage.html b/doc/asn1c-usage.html
index 589e4273..523435ed 100644
--- a/doc/asn1c-usage.html
+++ b/doc/asn1c-usage.html
@@ -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
produce the meaningful code.</FONT></TD></TR>
</TBODY><TBODY>
-<TR><TD VALIGN=BASELINE ALIGN=LEFT NOWRAP>-fnative-integers</TD><TD VALIGN=BASELINE ALIGN=LEFT WIDTH="216">
-<FONT SIZE="-1">Use native machine's integer types whenever possible, instead
-of the complex ASN.1 INTEGER and ENUMERATED types. </FONT></TD></TR>
+<TR><TD VALIGN=BASELINE ALIGN=LEFT NOWRAP>-fnative-types</TD><TD VALIGN=BASELINE ALIGN=LEFT WIDTH="216">
+<FONT SIZE="-1">Use the native machine's data types (int, double) whenever
+possible, instead of the compound ASN.1 INTEGER_t, ENUMERATED_t
+and REAL_t types. </FONT></TD></TR>
</TBODY><TBODY>
<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
@@ -1225,9 +1226,8 @@ not a definitive factor.
</DD>
<DT><A NAME="foot379">... this</A><A
HREF="asn1c-usage.html#tex2html2"><SUP>2.2</SUP></A></DT>
-<DD><I>-fnative-integers</I> compiler option is used to produce basic
-C <I>int</I> types instead of infinite width INTEGER_t structures.
-See <A HREF=#Table1>Table 1</A>.
+<DD><I>-fnative-types</I> compiler option is used to produce basic C <I>int</I>
+types instead of infinite width INTEGER_t structures. See <A HREF=#Table1>Table 1</A>.
</DD>
<DT><A NAME="foot151">... binary</A><A
@@ -1270,7 +1270,7 @@ which aren't important for the size determination.
</DL><BR><HR>
<ADDRESS>
Lev Walkin
-2004-09-07
+2004-09-17
</ADDRESS>
</BODY>
</HTML>