Loading...
Searching...
No Matches
remove

Definition

Remove a macro definition from a table.

The array is compacted after removal and cyclic dependency markers are recomputed.

Definition at line 213 of file macro.f90.


The documentation for this interface was generated from the following file:

Methods

◆ remove_item()

subroutine remove_item ( type(macro), dimension(:), intent(inout), allocatable this,
integer, intent(in) i )

Remove macro at given index.

Definition at line 1024 of file macro.f90.