aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/asn1c.1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-02 00:10:25 +0000
committerLev Walkin <vlm@lionet.info>2004-10-02 00:10:25 +0000
commit7c9e9237e9498ece7bb213718c6241fd3f1a6b3d (patch)
tree6c214a680d1702793a75cba7b9e906d6c4c643ef /asn1c/asn1c.1
parent28c89eb4d4f51a8205bd6d675c6aaf2b5101f06c (diff)
fixed limits accounting
Diffstat (limited to 'asn1c/asn1c.1')
-rw-r--r--asn1c/asn1c.16
1 files changed, 4 insertions, 2 deletions
diff --git a/asn1c/asn1c.1 b/asn1c/asn1c.1
index 7ac0015c..b331d440 100644
--- a/asn1c/asn1c.1
+++ b/asn1c/asn1c.1
@@ -80,7 +80,7 @@ an ASN.1 standard and compiler may fail to produce the meaningful code.
.TP
.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.
+instead of the compound INTEGER_t, ENUMERATED_t and REAL_t types.
.TP
.B \-fno-constraints
Do not generate ASN.1 subtype constraint checking code. This may make a shorter executable.
@@ -89,7 +89,9 @@ Do not generate ASN.1 subtype constraint checking code. This may make a shorter
Enable unnamed unions in the definitions of target language's structures.
.TP
.B \-ftypes88
-Use only ASN.1:1988 embedded types.
+Pretend to support only ASN.1:1988 embedded types. Certain reserved words,
+such as UniversalString and BMPString, become ordinary type references
+and may be redefined by the specification.
.SH OUTPUT OPTIONS
.TP
.B \-print-constraints