Skip to content

Commit

Permalink
Merge pull request #11857 from skosukhin/fix_config_ignore_tkr
Browse files Browse the repository at this point in the history
v4.1.x: Fix inconsistent configure-time check
  • Loading branch information
jsquyres authored Aug 21, 2023
2 parents 31dd49a + 5b4ee66 commit 3396fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ompi_fortran_check_ignore_tkr.m4
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ AC_DEFUN([OMPI_FORTRAN_CHECK_IGNORE_TKR_SUB], [
end subroutine force_assumed_shape
end interface

interface
interface foo
subroutine foo(buffer, count)
$1 buffer
$2, intent(in) :: buffer
Expand Down

0 comments on commit 3396fe2

Please sign in to comment.