Append macros to a macro table.
Existing definitions with the same name are replaced, while new definitions are appended to the dynamic array.
Overloads support:
| subroutine add_item_from_name | ( | type(macro), dimension(:), intent(inout), allocatable | this, |
| character(*), intent(in) | name ) |
| subroutine add_item_from_name_and_value | ( | type(macro), dimension(:), intent(inout), allocatable | this, |
| character(*), intent(in) | name, | ||
| character(*), intent(in) | value ) |