-fnative-integers -> -fnative-types


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@353 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/doc/asn1c-usage.html b/doc/asn1c-usage.html
index 589e427..523435e 100644
--- a/doc/asn1c-usage.html
+++ b/doc/asn1c-usage.html
@@ -719,9 +719,10 @@
 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 @@
 </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 @@
 </DL><BR><HR>
 <ADDRESS>
 Lev Walkin
-2004-09-07
+2004-09-17
 </ADDRESS>
 </BODY>
 </HTML>