Abstract interface for the main preprocessing routine (used for recursion) Allows handle_include to recursively call the top-level preprocess_unit routine without creating circular module dependencies.
Remarks
Definition at line 88 of file include.f90.
| subroutine read_unit | ( | integer, intent(in) | iunit, |
| integer, intent(in) | ounit, | ||
| type(macro), dimension(:), intent(inout), allocatable | macros, | ||
| logical, intent(in) | from_include ) |
Definition at line 88 of file include.f90.