-fnative-integers -> -fnative-types

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@353 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-17 08:35:02 +00:00
parent bed6f81cb8
commit 11115254b5
1 changed files with 7 additions and 7 deletions

View File

@ -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.
</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.
</DL><BR><HR> </DL><BR><HR>
<ADDRESS> <ADDRESS>
Lev Walkin Lev Walkin
2004-09-07 2004-09-17
</ADDRESS> </ADDRESS>
</BODY> </BODY>
</HTML> </HTML>