[svn-r5436]

Purpose:
    code clean up
Description:
    removed some debugging comments regading the code warrior port
Platforms tested:
    w2000
This commit is contained in:
Pedro Vicente Nunes 2002-05-17 22:41:39 -05:00
parent 064d89ddae
commit 79dcc35309
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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