libyasm
Data Fields
yasm_stdmac Struct Reference

Standard macro structure for modules that allows association of a set of standard macros with a parser/preprocessor combination. More...

#include <coretype.h>

Data Fields

const char * parser
 Parser keyword.
 
const char * preproc
 Preprocessor keyword.
 
const char ** macros
 NULL-terminated array of standard macros. More...
 

Detailed Description

Standard macro structure for modules that allows association of a set of standard macros with a parser/preprocessor combination.

A NULL-terminated array of these structures is used in a number of module interfaces.

Definition at line 60 of file coretype.h.

Field Documentation

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 67 of file coretype.h.


The documentation for this struct was generated from the following file: