Parts Reference
- Extended, precision floating-point numbers are not supported.
- Typedef enum statements are not supported.
- Initializers are not supported.
- Parentheses have limited support.
- Preprocessor macros and macro invocations are not supported.
For the #if directive, VisualAge recognizes expressions that are
formed with #define statements. For example, the following
expression would be supported:
#define FRED
#if (defined(FRED) || defined(JIM))
...
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]