diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-07 06:36:22 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-07 06:36:22 (GMT) |
commit | bc619bd8a6a767554839fb665e2d9e11fecb5156 (patch) | |
tree | 68034d50694d9436ff9ea264e54265c9f4e288a5 | |
parent | a57ced01e714df3d5b4f94e31aede02b36220da3 (diff) | |
download | hdf5-bc619bd8a6a767554839fb665e2d9e11fecb5156.zip hdf5-bc619bd8a6a767554839fb665e2d9e11fecb5156.tar.gz hdf5-bc619bd8a6a767554839fb665e2d9e11fecb5156.tar.bz2 |
[svn-r4145]
Purpose
code warrior port
:
Description:
changed strdup to HDstrdup
Solution:
Platforms tested:
nt
-rw-r--r-- | tools/h5dump/h5dump.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 7b1c4b8..911b9b5 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -6,9 +6,6 @@ #include <stdio.h> #include <stdlib.h> -#if defined (__MWERKS__) -#include <string.h> -#endif #include "h5dump.h" #include "H5private.h" |