summaryrefslogtreecommitdiffstats
path: root/fortran/test/tf.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-05-01 16:25:32 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-05-01 16:25:32 (GMT)
commit2c575bb79a1e762653aa4393b141bf0c3b78cb01 (patch)
tree3c74d982f014db39ab90365de9d0bd1bbc14740a /fortran/test/tf.F90
parentd52e65a95f4ba380101bbf908755c0b02d16b0bb (diff)
downloadhdf5-2c575bb79a1e762653aa4393b141bf0c3b78cb01.zip
hdf5-2c575bb79a1e762653aa4393b141bf0c3b78cb01.tar.gz
hdf5-2c575bb79a1e762653aa4393b141bf0c3b78cb01.tar.bz2
[svn-r26989] Changed the BIND(C) derived types from:
CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy.
Diffstat (limited to 'fortran/test/tf.F90')
-rw-r--r--fortran/test/tf.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tf.F90 b/fortran/test/tf.F90
index c308243..ba4f492 100644
--- a/fortran/test/tf.F90
+++ b/fortran/test/tf.F90
@@ -44,7 +44,7 @@ MODULE TH5_MISC
REAL :: a
INTEGER :: x
DOUBLE PRECISION :: y
- CHARACTER(KIND=C_CHAR, LEN=1) :: z
+ CHARACTER(KIND=C_CHAR) :: z
END TYPE comp_datatype
PUBLIC :: H5_SIZEOF