mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant.
This commit is contained in:
parent
0c29ac42cd
commit
e171ee01f1
12
configure
vendored
12
configure
vendored
@ -6620,13 +6620,13 @@ $as_echo_n "checking if Fortran compiler version compatible with Fortran 2003 HD
|
|||||||
program main
|
program main
|
||||||
|
|
||||||
|
|
||||||
USE iso_c_binding
|
USE iso_c_binding
|
||||||
IMPLICIT NONE
|
IMPLICIT NONE
|
||||||
TYPE(C_PTR) :: ptr
|
TYPE(C_PTR) :: ptr
|
||||||
TYPE(C_FUNPTR) :: funptr
|
TYPE(C_FUNPTR) :: funptr
|
||||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||||
|
|
||||||
ptr = C_LOC(ichr(1:1))
|
ptr = C_LOC(ichr(1:1))
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
@ -156,13 +156,13 @@ dnl
|
|||||||
HAVE_F2003_REQUIREMENTS="no"
|
HAVE_F2003_REQUIREMENTS="no"
|
||||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[
|
||||||
|
|
||||||
USE iso_c_binding
|
USE iso_c_binding
|
||||||
IMPLICIT NONE
|
IMPLICIT NONE
|
||||||
TYPE(C_PTR) :: ptr
|
TYPE(C_PTR) :: ptr
|
||||||
TYPE(C_FUNPTR) :: funptr
|
TYPE(C_FUNPTR) :: funptr
|
||||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||||
|
|
||||||
ptr = C_LOC(ichr(1:1))
|
ptr = C_LOC(ichr(1:1))
|
||||||
|
|
||||||
])],[AC_MSG_RESULT([yes])
|
])],[AC_MSG_RESULT([yes])
|
||||||
HAVE_F2003_REQUIREMENTS=[yes]],
|
HAVE_F2003_REQUIREMENTS=[yes]],
|
||||||
|
Loading…
Reference in New Issue
Block a user