Method Builtin._take_over_initial_predefines()
- Method
_take_over_initial_predefines
mapping
(string
:mixed
) _take_over_initial_predefines()- Description
Returns a mapping containing the set of predefined macros. These are typically the macros defined via the -D option when starting Pike.
This function is typically called by the MasterObject at initialization, and may only be called once. After it has been called, cpp() will start calling CompilationHandler->get_predefines() to retrieve the set of predefined macros.
- See also
[cpp()], CompilationHandler->get_predefines()