diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-2C1B74C4-C80D-5EF9-B822-2DA2FCF9B006.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-2C1B74C4-C80D-5EF9-B822-2DA2FCF9B006.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,26 @@ + + + + + +General +MacrosDescribes macros that can be used in the platform-specific configuration +header and in bootstrap code. +
INIT_LOGICAL_SYMBOLINIT_LOGICAL_SYMBOL SYM, COUNT

Checks if the symbol SYM is defined. If so, it sets it to +a value which is logically TRUE and increments symbol COUNT by +one; COUNT may be omitted if not required.

If the +symbol SYM is not defined, then the macro defines it, and +sets it to a logically FALSE value.

+
INIT_NUMERIC_SYMBOLINIT_NUMERIC_SYMBOL SYM, DEFAULT

Checks if the symbol SYM is defined. If so, its value +is left unchanged.

If SYM is not defined, then the +macro defines it as a numeric variable and sets its value to DEFAULT.

+
INIT_NUMERIC_CONSTANTINIT_NUMERIC_CONSTANT SYM, DEFAULT

Checks if the symbol SYM is defined. If so, its value +is left unchanged.

If SYM is not defined, then the +macro defines it as a numeric constant and sets its value to DEFAULT.

+
\ No newline at end of file