Method get_active_compiler()
- Method
get_active_compiler
CompilerEnvironment.PikeCompiler
|zero
get_active_compiler()- Description
Returns the most recent of the currently active pike compilers, or UNDEFINED if none is active.
- Note
This function should only be used during a call of compile().
- See also
get_active_error_handler(), compile(),
master()->get_compilation_handler()
, CompilationHandler