ClearAutoLoad

ClearAutoLoad — removes all AutoLoad rules.

Syntax

ClearAutoLoad ()

		

Arguments

None.

Returns

nil.

Description

This function removes all AutoLoad rules by setting the _auto_load_alist_ to nil.

[Note]

This function is not part of the base Gamma executable. It is provided by a Gamma library AutoLoadLib.g which can be accessed using the Gamma require function like this:

require ("/usr/cogent/require/AutoLoadLib.g");

Example

See the example for AutoLoad.

See Also

AutoLoad, NoAutoLoad