You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
568 B
18 lines
568 B
--- hdf5-1.6.6/fortran/src/H5f90i.h.alpha 2007-11-23 07:30:29.000000000 -0700
|
|
+++ hdf5-1.6.6/fortran/src/H5f90i.h 2007-11-23 07:30:45.000000000 -0700
|
|
@@ -188,14 +188,10 @@
|
|
|
|
#if defined __alpha__ && defined __linux__
|
|
|
|
-typedef char *_fcd;
|
|
typedef long long haddr_t_f;
|
|
typedef long long hsize_t_f;
|
|
typedef long long hssize_t_f;
|
|
typedef long long size_t_f;
|
|
-typedef int int_f;
|
|
-typedef int hid_t_f;
|
|
-typedef float real_f;
|
|
#define FNAME_POST2_UNDERSCORE
|
|
#define _fcdtocp(desc) (desc)
|
|
|