diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-01 16:51:29 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-01 16:51:29 (GMT) |
commit | fc4bcbc21f9a530aa03e1525516507de2c8dadb5 (patch) | |
tree | 0d79d7649f3c58b67d8d0a0cfeff64b50bdcb79f /src/hdf5plat.h | |
parent | 3ecc8c71b5f8e546f608f5d15f272c98fd593f61 (diff) | |
download | hdf5-fc4bcbc21f9a530aa03e1525516507de2c8dadb5.zip hdf5-fc4bcbc21f9a530aa03e1525516507de2c8dadb5.tar.gz hdf5-fc4bcbc21f9a530aa03e1525516507de2c8dadb5.tar.bz2 |
[svn-r4] Changed SIZEOF_OFFSET and SIZEOF_SIZE to H5F_SIZEOF_OFFSET and
H5F_SIZEOF_SIZE. Modified files to use these instead of
accessing the hdf5_file_t struct directly.
Changed address return values from H5B to -1 for error.
Changed off_t to haddr_t for anything that's a file address.
Diffstat (limited to 'src/hdf5plat.h')
-rw-r--r-- | src/hdf5plat.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/hdf5plat.h b/src/hdf5plat.h index 5c5f649..25d89cb 100644 --- a/src/hdf5plat.h +++ b/src/hdf5plat.h @@ -78,6 +78,9 @@ #endif /* __STDC__ */ #endif /* SUN || sun */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Sparc * OS: Solaris 1.x, SunOS 4.1.x @@ -143,6 +146,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* ANSISUN */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: IBM RS/6000 chip/PowerPC * OS: AIX @@ -209,6 +215,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* IBM6000 */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: HP PA-RISC * OS: HP/UX (ConvexOS?) @@ -275,6 +284,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* HP9000 */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: MIPS * OS: IRIX @@ -342,6 +354,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* IRIX */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Cray Vector CPU (is there a name for these? :-) * OS: UNICOS @@ -412,6 +427,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* UNICOS */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Cray Vector CPU (is there a name for these? :-) * OS: UNICOS (on massively parallel systems, like T3D & T3E) @@ -483,6 +501,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* CRAYMPP */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Motorola 68K, PowerPC (both?) * OS: MacOS @@ -551,6 +572,9 @@ void exit(int status); #endif /*MAC*/ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Intel x86 * OS: MS Windows '95, Windows NT (& Dos32?), also Linux & FreeBSD @@ -670,6 +694,9 @@ typedef long intf; /* size of INTEGERs in Fortran compiler */ #endif /* !(defined(__MWERKS__) || defined(MAC)) */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Alpha * OS: Dec Unix (used to be called OSF/1) |