pike.git/
src/
cpp.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-10
2018-01-10 11:40:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4f395b0fbde76ace8bb5134e546667395c650971 (
13
lines) (+
13
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Documentation: Added doc for Builtin._take_over_initial_predefines().
3690:
*/ /*! @decl mapping(string:mixed) _take_over_initial_predefines()
+
*!
+
*! Returns a mapping containing the set of predefined macros.
+
*! These are typically the macros defined via the @tt{-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.
+
*!
+
*! @seealso
+
*! [cpp()], @[CompilationHandler->get_predefines()]
*/ void f__take_over_initial_predefines (INT32 args) {