diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-2C1B74C4-C80D-5EF9-B822-2DA2FCF9B006.dita --- a/Symbian3/PDK/Source/GUID-2C1B74C4-C80D-5EF9-B822-2DA2FCF9B006.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-2C1B74C4-C80D-5EF9-B822-2DA2FCF9B006.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,26 +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.

+ + + + + +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