summaryrefslogtreecommitdiffstats
path: root/tools/h5import
diff options
context:
space:
mode:
authorXuan Bai <xuanbai@hdfgroup.org>2005-01-07 03:24:10 (GMT)
committerXuan Bai <xuanbai@hdfgroup.org>2005-01-07 03:24:10 (GMT)
commit742d2d641757ba4781136728a592caaa59a124e4 (patch)
tree462cdea3aef76b171f89256b0d39ae30be9e89b1 /tools/h5import
parent0d20bffcf8be8da65c31b7ecb361ca89fe0db719 (diff)
downloadhdf5-742d2d641757ba4781136728a592caaa59a124e4.zip
hdf5-742d2d641757ba4781136728a592caaa59a124e4.tar.gz
hdf5-742d2d641757ba4781136728a592caaa59a124e4.tar.bz2
[svn-r9770] Purpose:
Bug fix. Description: h5import.c includes the following scripts especially for CodeWarrior: #if defined __MWERKS__ argc = ccommand(&argv); #endif However, ccommand() function is not available with CodeWarrior 8.0 . Solution: Remove the above scripts from h5import.c. Platforms tested: CodeWarrior 8.0 on Windows XP. (I discussed with Pedro about this update. He suggested to deleter those scripts. And these scripts only work with CodeWarrior, so it is not necessary to test on other platforms.) Misc. update:
Diffstat (limited to 'tools/h5import')
-rwxr-xr-xtools/h5import/h5import.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c
index ff1622d..ac10b46 100755
--- a/tools/h5import/h5import.c
+++ b/tools/h5import/h5import.c
@@ -43,9 +43,6 @@ int main(int argc, char *argv[])
(void) setvbuf(stderr, (char *) NULL, _IOLBF, 0);
(void) setvbuf(stdout, (char *) NULL, _IOLBF, 0);
-#if defined __MWERKS__
- argc = ccommand(&argv);
-#endif
/*
* validate the number of command line arguments