|
|
@@ -351,7 +351,7 @@
|
|
|
ACCEPT_LIBRARY Compiler supports or ignores the library directive (D6+/BCB6+)
|
|
|
SUPPORTS_CUSTOMVARIANTS Compiler supports custom variants (D6+/BCB6+)
|
|
|
SUPPORTS_VARARGS Compiler supports varargs (D6+/BCB6+)
|
|
|
- SUPPORTS_ENUMVALUE Compiler supports assigning ordinaries to values of enums (D6+/BCB6+)
|
|
|
+ SUPPORTS_ENUMVALUE Compiler supports assigning ordinals to values of enums (D6+/BCB6+)
|
|
|
SUPPORTS_DEPRECATED_WARNINGS Compiler supports deprecated warnings (D6+/BCB6+)
|
|
|
SUPPORTS_LIBRARY_WARNINGS Compiler supports library warnings (D6+/BCB6+)
|
|
|
SUPPORTS_PLATFORM_WARNINGS Compiler supports platform warnings (D6+/BCB6+)
|
|
|
@@ -387,7 +387,7 @@
|
|
|
TYPEINFO_ON Compiling in the M+ state (RTTI generation on)
|
|
|
OPTIMIZATION_ON Compiling in the O+ state (code optimization on)
|
|
|
OPENSTRINGS_ON Compiling in the P+ state (variable string parameters are openstrings)
|
|
|
- OVERFLOWCHECKS_ON Compiling in the Q+ state (overflow chasing on)
|
|
|
+ OVERFLOWCHECKS_ON Compiling in the Q+ state (overflow checking on)
|
|
|
RANGECHECKS_ON Compiling in the R+ state (range checking on)
|
|
|
TYPEDADDRESS_ON Compiling in the T+ state (pointers obtained using the @ operator are typed)
|
|
|
SAFEDIVIDE_ON Compiling in the U+ state (save FDIV instruction through RTL emulation)
|