REAL support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@321 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1compiler/asn1compiler.h b/libasn1compiler/asn1compiler.h
index 6b9219a..8099e6e 100644
--- a/libasn1compiler/asn1compiler.h
+++ b/libasn1compiler/asn1compiler.h
@@ -20,9 +20,9 @@
 	 */
 	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.
 	 */