#include <coretype.h>
Data Fields | |
| const char * | parser |
| Parser keyword. | |
| const char * | preproc |
| Preprocessor keyword. | |
| const char ** | macros |
| NULL-terminated array of standard macros. | |
A NULL-terminated array of these structures is used in a number of module interfaces.
Definition at line 64 of file coretype.h.
| const char** yasm_stdmac::macros |
NULL-terminated array of standard macros.
May be NULL if no standard macros should be added for this preprocessor.
Definition at line 71 of file coretype.h.
1.5.6