Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

Method get_active_error_handler()


Method get_active_error_handler

CompilationHandler get_active_error_handler()

Description

Returns the currently active compilation error handler (second argument to compile() ), or 0 (zero) if none is active.

Note

This function should only be used during a call of compile() .

See also

get_active_compilation_handler() , compile() , CompilationHandler