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

Method CompilerEnvironment()->get_compilation_handler()


Method get_compilation_handler

object get_compilation_handler(int major, int minor)

Description

Get compatibility handler for Pike major .minor .

The default implementation calls the corresponding function in the master object.

Note

This function is typically called by PikeCompiler()->get_compilation_handler() .

See also

MasterObject()->get_compilation_handler() .