aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1compiler.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-14 12:47:45 +0000
committerLev Walkin <vlm@lionet.info>2004-09-14 12:47:45 +0000
commitc78cbfbd7af24f5a224bb10a0bd19e8cb00b7e00 (patch)
treef6c3f0f0c964f5e44a7e93bdcd36a02b90ea4081 /libasn1compiler/asn1compiler.h
parent2888f274fae017ec91dc454befa5319150d9049f (diff)
REAL support
Diffstat (limited to 'libasn1compiler/asn1compiler.h')
-rw-r--r--libasn1compiler/asn1compiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasn1compiler/asn1compiler.h b/libasn1compiler/asn1compiler.h
index 6b9219a5..8099e6e1 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -20,9 +20,9 @@ enum asn1c_flags {
*/
A1C_OMIT_SUPPORT_CODE = 0x0004,
/*
- * Use native integers instead of INTEGER_t and ENUMERATED_t types.
+ * Use native data types instead of INTEGER_t et al.
*/
- A1C_USE_NATIVE_INTEGERS = 0x0008,
+ A1C_USE_NATIVE_TYPES = 0x0008,
/*
* Do not use C99 extensions.
*/