summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5FDgass.c1
-rw-r--r--src/H5FDlog.c1
-rw-r--r--src/H5FDsec2.c1
-rw-r--r--src/H5FDsrb.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/H5FDgass.c b/src/H5FDgass.c
index f8bf0d1..e4d43ca 100644
--- a/src/H5FDgass.c
+++ b/src/H5FDgass.c
@@ -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
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 2bc356a..244a56a 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -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
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index bc00fc8..4598fa2 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -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
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c
index 66c5e18..db8de8d 100644
--- a/src/H5FDsrb.c
+++ b/src/H5FDsrb.c
@@ -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