coan
6.0.1
A C/C++ Configuration Analyzer
|
#include "platform.h"
Go to the source code of this file.
Macros | |
#define | TOK_IF "if" |
Constant denoting the if directive. | |
#define | TOK_IFDEF "ifdef" |
Constant denoting the #ifdef directive. | |
#define | TOK_IFNDEF "ifndef" |
Constant denoting the #ifndef directive. | |
#define | TOK_ELSE "else" |
Constant denoting the #else directive. | |
#define | TOK_ELIF "elif" |
Constant denoting the #elif directive. | |
#define | TOK_ENDIF "endif" |
Constant denoting the #endif directive. | |
#define | TOK_DEFINE "define" |
Constant denoting the #define directive. | |
#define | TOK_UNDEF "undef" |
Constant denoting the #undef directive. | |
#define | TOK_INCLUDE "include" |
Constant denoting the #include directive. | |
#define | TOK_PRAGMA "pragma" |
Constant denoting the #pragma directive. | |
#define | TOK_LINE "line" |
Constant denoting the line directive. | |
#define | TOK_ERROR "error" |
Constant denoting the #error directive. | |
#define | TOK_DEFINED "defined" |
Constant denoting the defined operator. | |
#define | TOK_ALT_BOOLEAN_NOT "not" |
Constant denoting the alternative boolean negation operator. | |
#define | TOK_ALT_BIT_NOT "compl" |
Constant denoting the alternative bitwise negation operator. | |
This file defines symbolic constants for some preprocessor keywords.
Definition in file lexicon.h.