1.5.5. Delete a preprocessor from the list of preprocessors

[<<<] [>>>]

This function deletes a preprocessor from the list of preprocessors. The preprocessor was inserted into the list using the function InsertPreprocessor.

This function unhooks the element from the list and also releases the memory that was occupied by the list element. The function does not unload the shared object (or DLL under Windows NT) from the memory.

void ipreproc_DeletePreprocessor(pPreprocObject pPre,
                                 pPreprocessor pOld
);

The first argument is the preprocessor object environment. The second argument is the pointer to the list element to be deleted.


[<<<] [>>>]