Method CompilerEnvironment()->get_predefines()
- Method
get_predefines
 mapping(string:string|function(:void)|object) get_predefines()- Description
 Returns a mapping containing the set of predefined macros. These are typically the macros defined via the -D option when starting Pike.
After
_take_over_initial_predefines()has been called, it instead callsmaster()->get_predefines()and returns its result.- See also
 cpp(), CompilationHandler->get_predefines(),
_take_over_initial_predefines()