NOCALL - delete a routine from the wrapup list.

Usage:

external subr
  ...
call nocall(subr)

Where:

subr
is a subroutine that was previously placed on either the abort or normal termination wrapup list by ATCALL or NTCALL.

Description:

NOCALL deletes all occurences of a routine from the wrapup lists maintained by ATCALL AND NTCALL.

See Also:

expl f77 lib atcall

expl f77 lib ntcall

Copyright © 1996, Thinkage Ltd.