From 99301895819863aa4ccbf5253ce723d39434f747 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Tue, 14 Sep 2004 12:48:17 +0000 Subject: -fnative-integers -> -fnative-types --- asn1c/asn1c.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asn1c/asn1c.1') diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1 index f2c3677e..8d7cf061 100644 --- a/asn1c/asn1c.1 +++ b/asn1c/asn1c.1 @@ -27,7 +27,7 @@ and other encoding standards. .TP \fILanguage Options\fR .br -\fB\-fall-defs-global \-fbless-SIZE \-fnative-integers \-funnamed-unions \-ftypes88\fR +\fB\-fall-defs-global \-fbless-SIZE \-fnative-types \-funnamed-unions \-ftypes88\fR .TP \fIOutput Options\fR .br @@ -87,9 +87,9 @@ Allow SIZE() constraint for INTEGER, ENUMERATED, and other 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. .TP -.B \-fnative-integers -Use native machine's integer types whenever possible, -instead of the complex ASN.1 INTEGER and ENUMERATED types. +.B \-fnative-types +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. .TP .B \-funnamed-unions Enable unnamed unions in the definitions of target language's structures. -- cgit v1.2.3