Extracted from Pike v7.6 release 33 at 2006-10-17.
pike.ida.liu.se
[Top]
MasterObject

Method MasterObject()->unregister()


Method unregister

void unregister(program p)

Description

Unregister a program that was only partially compiled.

Called by compile() to clean up references to partially compiled programs.

Parameter p

Partially compiled program that should no longer be referenced.

FIXME

Shouldn't this function be in the compilation handler?