aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/asn1compiler.h
diff options
context:
space:
mode:
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 93755da9..a19f147f 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -20,9 +20,9 @@ enum asn1c_flags {
*/
A1C_OMIT_SUPPORT_CODE = 0x0004,
/*
- * Use native data types instead of INTEGER_t et al.
+ * Use wide types by default (INTEGER_t etc) instead of native/long.
*/
- A1C_USE_NATIVE_TYPES = 0x0008,
+ A1C_USE_WIDE_TYPES = 0x0008,
/*
* Do not use C99 extensions.
*/