mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
[svn-r5436]
Purpose: code clean up Description: removed some debugging comments regading the code warrior port Platforms tested: w2000
This commit is contained in:
parent
064d89ddae
commit
79dcc35309
@ -67,7 +67,6 @@ typedef struct H5FD_gass_t {
|
||||
* either lseek() or lseek64().
|
||||
*/
|
||||
/* adding for windows NT file system support. */
|
||||
/* pvn: added __MWERKS__ support. */
|
||||
|
||||
#ifdef H5_HAVE_LSEEK64
|
||||
# define file_offset_t off64_t
|
||||
|
@ -115,7 +115,6 @@ typedef struct H5FD_log_t {
|
||||
* either lseek() or lseek64().
|
||||
*/
|
||||
/* adding for windows NT file system support. */
|
||||
/* pvn: added __MWERKS__ support. */
|
||||
|
||||
#ifdef H5_HAVE_LSEEK64
|
||||
# define file_offset_t off64_t
|
||||
|
@ -89,7 +89,6 @@ typedef struct H5FD_sec2_t {
|
||||
* either lseek() or lseek64().
|
||||
*/
|
||||
/* adding for windows NT file system support. */
|
||||
/* pvn: added __MWERKS__ support. */
|
||||
|
||||
#ifdef H5_HAVE_LSEEK64
|
||||
# define file_offset_t off64_t
|
||||
|
@ -35,7 +35,6 @@ static hid_t H5FD_SRB_g = 0;
|
||||
* either lseek() or lseek64().
|
||||
*/
|
||||
/* adding for windows NT file system support. */
|
||||
/* pvn: added __MWERKS__ support. */
|
||||
|
||||
#ifdef H5_HAVE_LSEEK64
|
||||
# define file_offset_t off64_t
|
||||
|
Loading…
Reference in New Issue
Block a user