mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +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
|
||||
|
||||
|
||||
USE iso_c_binding
|
||||
IMPLICIT NONE
|
||||
TYPE(C_PTR) :: ptr
|
||||
TYPE(C_FUNPTR) :: funptr
|
||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||
USE iso_c_binding
|
||||
IMPLICIT NONE
|
||||
TYPE(C_PTR) :: ptr
|
||||
TYPE(C_FUNPTR) :: funptr
|
||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||
|
||||
ptr = C_LOC(ichr(1:1))
|
||||
ptr = C_LOC(ichr(1:1))
|
||||
|
||||
|
||||
end
|
||||
|
@ -156,13 +156,13 @@ dnl
|
||||
HAVE_F2003_REQUIREMENTS="no"
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([],[
|
||||
|
||||
USE iso_c_binding
|
||||
IMPLICIT NONE
|
||||
TYPE(C_PTR) :: ptr
|
||||
TYPE(C_FUNPTR) :: funptr
|
||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||
USE iso_c_binding
|
||||
IMPLICIT NONE
|
||||
TYPE(C_PTR) :: ptr
|
||||
TYPE(C_FUNPTR) :: funptr
|
||||
CHARACTER(LEN=80, KIND=c_char), TARGET :: ichr
|
||||
|
||||
ptr = C_LOC(ichr(1:1))
|
||||
ptr = C_LOC(ichr(1:1))
|
||||
|
||||
])],[AC_MSG_RESULT([yes])
|
||||
HAVE_F2003_REQUIREMENTS=[yes]],
|
||||
|
Loading…
Reference in New Issue
Block a user